From b8d8925ebbfcf07547cfd40631f8ef99edf3c519 Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Wed, 8 Jan 2014 13:45:22 +0100 Subject: [PATCH] support local perl --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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