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

New commits:
commit 7193699742a48c347b8b6a694c8f4aa0218735c9
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Fri Feb 28 16:02:38 2020 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Fri Feb 28 18:31:53 2020 +0100

    libfuzzer: don't require a core.git installation set
    
    The fuzzer focuses on catching protocol parsing problems, it's not an
    end-to-end test.
    
    Change-Id: I1edc308134f365749339790f242614332b54dce4
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89720
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/configure.ac b/configure.ac
index 1a038efaf..3c34c153d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -679,7 +679,7 @@ AS_IF([test -n "$LOKIT_PATH"],
       [CPPFLAGS="$CPPFLAGS -I${LOKIT_PATH}"])
 lokit_msg="$LOKIT_PATH"
 
-AS_IF([test "$ENABLE_IOSAPP" != "true" -a "$ENABLE_ANDROIDAPP" != "true"],
+AS_IF([test "$ENABLE_IOSAPP" != "true" -a "$ENABLE_ANDROIDAPP" != "true" -a 
"$enable_fuzzers" != "yes"],
       [AC_MSG_CHECKING([for LibreOffice path])
       if test -n "$with_lo_path"; then
           # strip trailing '/' from LO_PATH, 'ln -s' with such path will 
otherwise fail
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to