summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-11-27 14:36:07 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-11-27 14:36:07 +0000
commit5bcb029a09e2595b2ca0e1d6a160931da3bcc682 (patch)
tree694705a454416721c71963ee347a1ecc3295698c /configure.in
parent10fcff30d896e7c8ec17b20128ae7c14477a07d7 (diff)
downloadirssi-5bcb029a09e2595b2ca0e1d6a160931da3bcc682.zip
bugfix
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@890 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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