diff options
author | Alexander Færøy <ahf@0x90.dk> | 2014-06-15 16:46:19 +0200 |
---|---|---|
committer | Alexander Færøy <ahf@0x90.dk> | 2014-06-15 16:46:19 +0200 |
commit | 83e347b9a9677a4719f929b115a55bcd7add65ce (patch) | |
tree | 7cc8f0d708e53004267505f856a2db29d3761885 | |
parent | 1d45fdfa037b0cba8012a8be1a9815b2f2f9a52f (diff) | |
parent | b8d8925ebbfcf07547cfd40631f8ef99edf3c519 (diff) | |
download | irssi-83e347b9a9677a4719f929b115a55bcd7add65ce.zip |
Merge pull request #25 from ailin-nemui/local-perl
support local perl
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 5a4f268d..61af4f89 100644 --- a/configure.in +++ b/configure.in @@ -76,7 +76,7 @@ AC_ARG_WITH(modules, if test "x$prefix" != "xNONE"; then 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_set_use_lib=yes |