diff --git a/autogen.sh b/autogen.sh index 49e48d322..da6bfe1ed 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 "$@" ...