summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README-hacking2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/README-hacking b/README-hacking
index 433ef4102..668d8d911 100644
--- a/README-hacking
+++ b/README-hacking
@@ -53,7 +53,7 @@ which are extracted from other source packages:
And there you are! Just
- $ ./configure
+ $ ./configure #[--enable-gcc-warnings]
$ make
$ make check
diff --git a/configure.ac b/configure.ac
index f10191fa8..f3172ad98 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,7 @@ coreutils_MACROS
AC_ARG_ENABLE([gcc-warnings],
[AS_HELP_STRING([--enable-gcc-warnings],
- [turn on lots of GCC warnings (not recommended)])],
+ [turn on lots of GCC warnings (for developers)])],
[case $enableval in
yes|no) ;;
*) AC_MSG_ERROR([bad value $enableval for gcc-warnings option]) ;;