From a1d3cf9932d196a03f03dc47ed59f202e8b5bd3c Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 14 Oct 2001 14:56:49 +0000 Subject: [PATCH] --with-perl-lib=site didn't work if --prefix was given git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1838 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index cbe0b122..00e81a8d 100644 --- a/configure.in +++ b/configure.in @@ -115,6 +115,7 @@ AC_ARG_WITH(perl-lib, want_perl=no elif test "x$withval" = xsite; then want_perl=yes + PERL_MM_PARAMS="" elif test "x$withval" = xvendor; then want_perl=yes if test -z "`$perlpath -v|grep '5\.0'`"; then