Remove --enable-compile-warnings from the default arguments passed to
authorMarco Pesenti Gritti <marco@it.gnome.org>
Tue, 24 Jun 2003 07:03:30 +0000 (07:03 +0000)
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>
Tue, 24 Jun 2003 07:03:30 +0000 (07:03 +0000)
2003-06-24  Marco Pesenti Gritti  <marco@it.gnome.org>

* macros2/autogen.sh:

Remove --enable-compile-warnings from the default arguments
passed to configure because it break GNOME_COMPILE_WARNINGS
macro.

svn path=/trunk/; revision=2908

ChangeLog
macros2/autogen.sh

index d5d1df6..763798e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-06-24  Marco Pesenti Gritti  <marco@it.gnome.org>
+
+       * macros2/autogen.sh:
+
+       Remove --enable-compile-warnings from the default arguments
+       passed to configure because it break GNOME_COMPILE_WARNINGS
+       macro.
+
 2003-05-24  Malcolm Tredinnick <malcolm@commsecure.com.au>
 
        * MAINTAINERS: Put myself in as maintainer.
index f04f5e2..1d19806 100644 (file)
@@ -372,7 +372,7 @@ for configure_ac in $configure_files; do
     fi
 done
 
-conf_flags="--enable-maintainer-mode --enable-compile-warnings"
+conf_flags="--enable-maintainer-mode"
 
 if test x$NOCONFIGURE = x; then
     printbold Running $srcdir/configure $conf_flags "$@" ...