changeset 1263:267943c58be1

Remove --enable-compile-warnings from autogen.sh, it was passed to configure which knows nothing about this option.
author zas_
date Mon, 26 Jan 2009 14:50:56 +0000
parents d66f57063cc3
children de24174d9e55
files autogen.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autogen.sh	Mon Jan 26 14:49:09 2009 +0000
+++ b/autogen.sh	Mon Jan 26 14:50:56 2009 +0000
@@ -120,7 +120,7 @@
   fi
 done
 
-conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c
+conf_flags="--enable-maintainer-mode" #--enable-iso-c
 
 if test x$NOCONFIGURE = x; then
   echo Running $srcdir/configure $conf_flags "$@" ...