summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-02-28 16:02:38 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-02-28 18:31:53 +0100
commit7193699742a48c347b8b6a694c8f4aa0218735c9 (patch)
treeb0107863502ed6dcc901f7b2c5162dc295888340 /configure.ac
parentRework StringVector to have a single underlying string (diff)
downloadonline-7193699742a48c347b8b6a694c8f4aa0218735c9.tar.gz
online-7193699742a48c347b8b6a694c8f4aa0218735c9.zip
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 <jenkinscollaboraoffice@gmail.com> Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
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 1a038efafb..3c34c153de 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