build: Remove inexisting configure options from autogen.sh

This commit is contained in:
Bertrand Lorentz 2012-10-14 16:03:02 +02:00
parent 96d910177d
commit f20744c9ae

View file

@ -99,7 +99,7 @@ echo "Running autoconf ..."
autoconf || { echo "**Error**: autoconf failed."; exit 1; }
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 "$@" ...