diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-01-16 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * configure.ac: Document that --enable-gcc-warnings emits errors. | ||
| 4 | (Bug#13448) | ||
| 5 | |||
| 1 | 2013-01-13 Glenn Morris <rgm@gnu.org> | 6 | 2013-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 | ||
| 628 | AC_ARG_ENABLE([gcc-warnings], | 628 | AC_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 |