1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00

Ignore --with-modules[=yes|no] - you're supposed to tell what modules

to enable, not just say yes or no.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@731 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-10-11 22:09:53 +00:00 committed by cras
parent 00f9af313b
commit ee8c26ba98

View File

@ -83,7 +83,9 @@ AC_ARG_WITH(proxy,
AC_ARG_WITH(modules,
[ --with-modules Specify what modules to build in binary],
build_modules="$withval")
if test x$withval != xyes -a x$withval != xno; then
build_modules="$withval"
fi)
if test "x$prefix" = "xNONE"; then
PERL_LIB_DIR=""