* configure.ac: Document that --enable-gcc-warnings emits errors.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 16 Jan 2013 06:04:58 +0000 (22:04 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 16 Jan 2013 06:04:58 +0000 (22:04 -0800)
Fixes: debbugs:13448

ChangeLog
configure.ac

index dabe3b3..175f98d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-01-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.ac: Document that --enable-gcc-warnings emits errors.
+       (Bug#13448)
+
 2013-01-13  Glenn Morris  <rgm@gnu.org>
 
        * make-dist: Add options for xz compression and no compression.
index a0974ca..e122e4c 100644 (file)
@@ -627,7 +627,7 @@ fi
 
 AC_ARG_ENABLE([gcc-warnings],
   [AS_HELP_STRING([--enable-gcc-warnings],
-                  [turn on lots of GCC warnings. This is intended for
+                  [turn on lots of GCC warnings/errors. This is intended for
                   developers, and may generate false alarms when used
                   with older or non-GNU development tools.])],
   [case $enableval in