diff options
author | Timo Sirainen <cras@irssi.org> | 2001-10-14 14:56:49 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-10-14 14:56:49 +0000 |
commit | a1d3cf9932d196a03f03dc47ed59f202e8b5bd3c (patch) | |
tree | 61c7928f37dbf0e3bfb0876ce4ea9f3dceee92ec /configure.in | |
parent | 53d5c92cf494866296ae8082804dddcdef656797 (diff) | |
download | irssi-a1d3cf9932d196a03f03dc47ed59f202e8b5bd3c.zip |
--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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |