stupid linefeed error

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2926 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-09-16 15:56:26 +00:00 committed by cras
commit 6fcf993d83

View file

@ -617,8 +617,7 @@ if test "$want_perl" != "no"; then
echo "main(){perl_alloc(); return 0;}" > conftest.c echo "main(){perl_alloc(); return 0;}" > conftest.c
$CC $CFLAGS conftest.c -c -o conftest.o 2> perl.error.tmp > /dev/null $CC $CFLAGS conftest.c -c -o conftest.o 2> perl.error.tmp > /dev/null
if test -s conftest.o; then if test -s conftest.o; then
$LD conftest.o -o conftest $LDFLAGS $PERL_LDFLAGS 2 $LD conftest.o -o conftest $LDFLAGS $PERL_LDFLAGS 2> perl.error.tmp > /dev/null
> perl.error.tmp > /dev/null
fi fi
if test ! -s conftest; then if test ! -s conftest; then
perl_check_error="Error linking with perl libraries: $PERL_LDFLAGS: `cat perl.error.tmp`" perl_check_error="Error linking with perl libraries: $PERL_LDFLAGS: `cat perl.error.tmp`"