diff options
author | Ailin Nemui <ailin@esf51.localdomain> | 2014-01-08 13:45:22 +0100 |
---|---|---|
committer | Ailin Nemui <ailin@esf51.localdomain> | 2014-06-12 10:15:49 +0200 |
commit | b8d8925ebbfcf07547cfd40631f8ef99edf3c519 (patch) | |
tree | 4dba123dea71514b6c15020d60137f11d973b382 | |
parent | 8be1e1001a75a29a2fddc9e0c65d55116ca65c4b (diff) | |
download | irssi-b8d8925ebbfcf07547cfd40631f8ef99edf3c519.zip |
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 |