summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-09-16 15:56:26 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-09-16 15:56:26 +0000
commit6fcf993d83469c4bde375c778d110ccd177c1de2 (patch)
tree02f6c1d3b8eb09510a61244d0f6dfd3f76cd6477 /configure.in
parente3e5deba2fb84f57e2042ef3ffb5b736323f2be6 (diff)
downloadirssi-6fcf993d83469c4bde375c778d110ccd177c1de2.zip
stupid linefeed error
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2926 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index b584b5ca..c16acc00 100644
--- a/configure.in
+++ b/configure.in
@@ -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`"