1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@483 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-07-16 20:59:55 +00:00 committed by cras
parent 11bac62935
commit fbaced84aa

View File

@ -72,10 +72,10 @@ AC_ARG_WITH(modules,
[ --with-modules Specify what modules to build in binary],
build_modules="$withval")
if [ "x$prefix" = "xNONE" ]; then
PERL_LIB_DIR=
if test "x$prefix" = "xNONE"; then
PERL_LIB_DIR=""
else
PERL_LIB_DIR=$prefix
PERL_LIB_DIR="$prefix"
fi
AC_ARG_ENABLE(perl,