mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
bugfix
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@890 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
10fcff30d8
commit
5bcb029a09
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user