summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--macros2/autogen.sh2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d5d1df64..763798e3 100644
--- 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.
diff --git a/macros2/autogen.sh b/macros2/autogen.sh
index f04f5e2d..1d19806d 100644
--- a/macros2/autogen.sh
+++ b/macros2/autogen.sh
@@ -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 "$@" ...