Browse Source

[1671] Mention the default setting

Mukund Sivaraman 13 years ago
parent
commit
bdb2771f51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
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 ;;