From 470bccc5e6597c3bc8fc9b54ec2cd0037ded29f2 Mon Sep 17 00:00:00 2001 From: "Timothy C. McGrath" Date: Sun, 16 Dec 2007 15:43:21 +0000 Subject: [PATCH] Make the help output less darn confusing for werror. --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 65482b6a5..0b9a153ee 100644 --- a/configure.ac +++ b/configure.ac @@ -1655,9 +1655,12 @@ if test "x$GCC" != xyes; then fi AC_ARG_ENABLE(Werror, -[ --enable-Werror treat warnings as errors] +[ --disable-Werror Do not treat warnings as errors] ) dnl We want warnings, lots of warnings... +dnl The help text should be INVERTED before release! +dnl when in svn, this test defaults to ENABLED. +dnl In a release, this test defaults to DISABLED. if test "x$GCC" = "xyes"; then if test "x$enable_Werror" $cvs_def_enabled; then CFLAGS="$CFLAGS -Wall -Werror -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations"