]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1671] Mention the default setting
authorMukund Sivaraman <muks@banu.com>
Tue, 28 Feb 2012 03:33:23 +0000 (09:03 +0530)
committerMukund Sivaraman <muks@banu.com>
Tue, 28 Feb 2012 09:51:43 +0000 (15:21 +0530)
configure.ac

index 8b5f158b1df0aad1d7b90b8f4ac813a3a9b116d5..af8c2fee8f75296f6b5610e998a57efda4ab7993 100644 (file)
@@ -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 ;;