From: Mukund Sivaraman Date: Tue, 28 Feb 2012 03:33:23 +0000 (+0530) Subject: [1671] Mention the default setting X-Git-Tag: trac2351_base~226^2~116^2~161^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bdb2771f51482995116460fb6594ba69b13e725e;p=thirdparty%2Fkea.git [1671] Mention the default setting --- diff --git a/configure.ac b/configure.ac index 8b5f158b1d..af8c2fee8f 100644 --- a/configure.ac +++ b/configure.ac @@ -315,7 +315,7 @@ esac # Don't use -Werror if configured not to AC_ARG_WITH(werror, - AC_HELP_STRING([--with-werror], [Compile using -Werror]), + AC_HELP_STRING([--with-werror], [Compile using -Werror (default=yes)]), [ case "${withval}" in yes) with_werror=1 ;;