1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -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:
Timo Sirainen 2001-10-14 14:56:49 +00:00 committed by cras
parent 53d5c92cf4
commit a1d3cf9932

View File

@ -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