diff options
| author | Paul Eggert | 2013-01-15 22:04:58 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-01-15 22:04:58 -0800 |
| commit | c4e2ba0a603679fe7e8f913e44b543f4b5d07e0f (patch) | |
| tree | a8ba26bc631607d14376e3f745a58f4c804c8485 | |
| parent | 059fc5111dff2fbc589af60d35e314adfea8211b (diff) | |
| download | emacs-c4e2ba0a603679fe7e8f913e44b543f4b5d07e0f.tar.gz emacs-c4e2ba0a603679fe7e8f913e44b543f4b5d07e0f.zip | |
* configure.ac: Document that --enable-gcc-warnings emits errors.
Fixes: debbugs:13448
| -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 |