2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[1671] Mention the default setting

This commit is contained in:
Mukund Sivaraman
2012-02-28 09:03:23 +05:30
parent 8684a411d7
commit bdb2771f51

View 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 ;;