diff autogen.sh @ 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 36afa9f48cac
children a57336c3b1cc
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 "$@" ...