1
0
mirror of https://github.com/irssi/irssi.git synced 2024-10-13 05:03:45 -04:00

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
parent e3e5deba2f
commit 6fcf993d83

View File

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