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:
parent
8be1e1001a
commit
b8d8925ebb
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user