aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2013-01-15 22:04:58 -0800
committerPaul Eggert2013-01-15 22:04:58 -0800
commitc4e2ba0a603679fe7e8f913e44b543f4b5d07e0f (patch)
treea8ba26bc631607d14376e3f745a58f4c804c8485
parent059fc5111dff2fbc589af60d35e314adfea8211b (diff)
downloademacs-c4e2ba0a603679fe7e8f913e44b543f4b5d07e0f.tar.gz
emacs-c4e2ba0a603679fe7e8f913e44b543f4b5d07e0f.zip
* configure.ac: Document that --enable-gcc-warnings emits errors.
Fixes: debbugs:13448
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dabe3b3d7db..175f98d1dd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12013-01-16 Paul Eggert <eggert@cs.ucla.edu>
2
3 * configure.ac: Document that --enable-gcc-warnings emits errors.
4 (Bug#13448)
5
12013-01-13 Glenn Morris <rgm@gnu.org> 62013-01-13 Glenn Morris <rgm@gnu.org>
2 7
3 * make-dist: Add options for xz compression and no compression. 8 * make-dist: Add options for xz compression and no compression.
diff --git a/configure.ac b/configure.ac
index a0974caa6a3..e122e4c18ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -627,7 +627,7 @@ fi
627 627
628AC_ARG_ENABLE([gcc-warnings], 628AC_ARG_ENABLE([gcc-warnings],
629 [AS_HELP_STRING([--enable-gcc-warnings], 629 [AS_HELP_STRING([--enable-gcc-warnings],
630 [turn on lots of GCC warnings. This is intended for 630 [turn on lots of GCC warnings/errors. This is intended for
631 developers, and may generate false alarms when used 631 developers, and may generate false alarms when used
632 with older or non-GNU development tools.])], 632 with older or non-GNU development tools.])],
633 [case $enableval in 633 [case $enableval in