build: Remove inexisting configure options from autogen.sh
This commit is contained in:
parent
96d910177d
commit
f20744c9ae
1 changed files with 1 additions and 1 deletions
|
@ -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 "$@" ...
|
||||
|
|
Loading…
Reference in a new issue