1
0
mirror of https://github.com/irssi/irssi.git synced 2024-10-27 05:20:20 -04:00

support local perl

This commit is contained in:
Ailin Nemui 2014-01-08 13:45:22 +01:00
parent 8be1e1001a
commit b8d8925ebb

View File

@ -76,7 +76,7 @@ AC_ARG_WITH(modules,
if test "x$prefix" != "xNONE"; then if test "x$prefix" != "xNONE"; then
prefix=`eval echo $prefix` prefix=`eval echo $prefix`
PERL_MM_PARAMS="INSTALLDIRS=perl PREFIX=$prefix" PERL_MM_PARAMS="INSTALLDIRS=perl INSTALL_BASE=$prefix"
perl_library_dir="PERL_USE_LIB" perl_library_dir="PERL_USE_LIB"
perl_set_use_lib=yes perl_set_use_lib=yes