mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05: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:
parent
00f9af313b
commit
ee8c26ba98
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user