From 747a38a77df7b9d1365670d32d604c2fa69e869f Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 16 Aug 2017 11:36:18 +0300 Subject: [PATCH] Further clarifications Change-Id: Iff2b184b8764e459165b7254b32d7ffb810fb3db --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 2d89afc90f9b..5a5cd9a05921 100644 --- a/configure.ac +++ b/configure.ac @@ -1128,7 +1128,7 @@ libo_FUZZ_ARG_ENABLE(werror, libo_FUZZ_ARG_ENABLE(assert-always-abort, AS_HELP_STRING([--enable-assert-always-abort], - [make assert() abort even when building without --enable-debug or --enable-dbgutil.]), + [make assert() failures abort even when building without --enable-debug or --enable-dbgutil.]), ,) libo_FUZZ_ARG_ENABLE(dbgutil, @@ -4571,9 +4571,9 @@ else fi AC_SUBST(ENABLE_WERROR) -dnl Set the ASSERT_ALWAYS_ABORT variable. (Activate --enable-assert-always-abort) +dnl Check for --enable-assert-always-abort, set ASSERT_ALWAYS_ABORT dnl =================================================================== -AC_MSG_CHECKING([whether to have assert to abort in release code]) +AC_MSG_CHECKING([whether to have assert() failures abort even without --enable-debug]) if test -n "$enable_assert_always_abort" -a "$enable_assert_always_abort" = "yes"; then ASSERT_ALWAYS_ABORT="TRUE" AC_MSG_RESULT([yes])