mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
--with-perl-lib=site didn't work if --prefix was given
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1838 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
53d5c92cf4
commit
a1d3cf9932
@ -115,6 +115,7 @@ AC_ARG_WITH(perl-lib,
|
||||
want_perl=no
|
||||
elif test "x$withval" = xsite; then
|
||||
want_perl=yes
|
||||
PERL_MM_PARAMS=""
|
||||
elif test "x$withval" = xvendor; then
|
||||
want_perl=yes
|
||||
if test -z "`$perlpath -v|grep '5\.0'`"; then
|
||||
|
Loading…
Reference in New Issue
Block a user