fixed description of --disable-strict

This commit is contained in:
Frank Morgner 2018-04-04 18:50:12 +02:00
parent 445ae0919b
commit 74bdcad4e8
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ AM_CONDITIONAL([HAVE_UNKNOWN_WARNING_OPTION], [test "${have_unknown_warning_opti
AC_ARG_ENABLE(
[strict],
[AS_HELP_STRING([--disable-strict],[disable strict compile mode @<:@disabled@:>@])],
[AS_HELP_STRING([--disable-strict],[disable strict compile mode @<:@enabled@:>@])],
,
[enable_strict="yes"]
)