From 74bdcad4e8403193b32d24fe970c5acb54156500 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Wed, 4 Apr 2018 18:50:12 +0200 Subject: [PATCH] fixed description of --disable-strict --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 80ae2fe4..8116ae58 100644 --- a/configure.ac +++ b/configure.ac @@ -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"] )