From 5bcb029a09e2595b2ca0e1d6a160931da3bcc682 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 27 Nov 2000 14:36:07 +0000 Subject: [PATCH] bugfix git-svn-id: http://svn.irssi.org/repos/irssi/trunk@890 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 024c116a..2c362429 100644 --- a/configure.in +++ b/configure.in @@ -311,7 +311,7 @@ if test "$want_perl" != "no"; then dnl * In perl 5.6, libperl.a seems to be in /usr/lib .. dnl * I can't really figure out any good way to check this dnl * but hopefully this works well enough :) - if test "x$LIBPERL_A" = "x" -a /usr/lib/libperl.a; then + if test "x$LIBPERL_A" = "x" -a -e /usr/lib/libperl.a; then LIBPERL_A="/usr/lib/perl.a" fi fi