[Libreoffice-commits] core.git: configure.ac

Tor Lillqvist tml at collabora.com
Wed Aug 16 08:21:28 UTC 2017


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fe06dbd3b160d52c19af6b3e738c64c7150fd39a
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Aug 16 11:19:34 2017 +0300

    Make help message for --enable-assert-always-abort match what it actually does
    
    Change-Id: Ie1948c87fd790184fd556617384b1824f85e81ec

diff --git a/configure.ac b/configure.ac
index 4cd517015019..9cf77da491b8 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 in release code.]),
+        [make assert() abort even when building without --enable-debug or --enable-dbgutil.]),
 ,)
 
 libo_FUZZ_ARG_ENABLE(dbgutil,


More information about the Libreoffice-commits mailing list