summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-08-16 11:19:34 +0300
committerTor Lillqvist <tml@collabora.com>2017-08-16 11:19:34 +0300
commitfe06dbd3b160d52c19af6b3e738c64c7150fd39a (patch)
treea315da3c3427f9bac41511eee02cdd088ea06b6c /configure.ac
parent3ee1174e7b530d251b0c2707421a5f28c0431c06 (diff)
Make help message for --enable-assert-always-abort match what it actually does
Change-Id: Ie1948c87fd790184fd556617384b1824f85e81ec
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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,