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

Remove non-existent options for configure.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4448 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2007-04-14 18:11:31 +00:00 committed by exg
parent 44b4145be3
commit 1651390651

View File

@ -172,7 +172,7 @@ autoconf
echo "Running automake --gnu $am_opt ..."
automake --add-missing --gnu $am_opt
conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c
conf_flags="--enable-maintainer-mode"
if test x$NOCONFIGURE = x; then
echo Running $srcdir/configure $conf_flags "$@" ...