summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAilin Nemui <ailin@esf51.localdomain>2014-01-08 13:45:22 +0100
committerAilin Nemui <ailin@esf51.localdomain>2014-06-12 10:15:49 +0200
commitb8d8925ebbfcf07547cfd40631f8ef99edf3c519 (patch)
tree4dba123dea71514b6c15020d60137f11d973b382
parent8be1e1001a75a29a2fddc9e0c65d55116ca65c4b (diff)
downloadirssi-b8d8925ebbfcf07547cfd40631f8ef99edf3c519.zip
support local perl
-rw-r--r--configure.in2
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