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

David Tardon dtardon at redhat.com
Thu Mar 30 17:39:25 UTC 2017


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

New commits:
commit e67e8d82f434e563ba7924293b8ae47a99e00397
Author: David Tardon <dtardon at redhat.com>
Date:   Thu Mar 30 19:39:04 2017 +0200

    fuzzers are disabled by default
    
    Change-Id: Ie0157c540c21a8c61dc5ce9122cfd0371f846eb4

diff --git a/configure.ac b/configure.ac
index 2242f4d..2915625 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,7 +58,7 @@ AM_CONDITIONAL(BUILD_TOOLS, [test "x$enable_tools" = "xyes"])
 # Fuzzers
 # =======
 AC_ARG_ENABLE([fuzzers],
-	[AS_HELP_STRING([--disable-fuzzers], [Build fuzzer(s)])],
+	[AS_HELP_STRING([--enable-fuzzers], [Build fuzzer(s)])],
 	[enable_fuzzers="$enableval"],
 	[enable_fuzzers=no]
 )


More information about the Libreoffice-commits mailing list