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

New commits:
commit e67e8d82f434e563ba7924293b8ae47a99e00397
Author: David Tardon <dtar...@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]
 )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to