configure.ac | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
New commits: commit b28a0eb9b6307906209816a29bc1170874f2a819 Author: Caolán McNamara <caol...@redhat.com> Date: Tue Dec 20 12:01:05 2016 +0000 builtin zlib with oss-fuzzing Change-Id: I58c37a68c8695b68296f0eb652e3075ea1528108 diff --git a/configure.ac b/configure.ac index 9b543ae..14e4af0 100644 --- a/configure.ac +++ b/configure.ac @@ -7642,7 +7642,11 @@ if test "$with_system_zlib" = "auto"; then with_system_zlib="$with_system_libs" ;; *) - with_system_zlib=yes + if test "$enable_fuzzers" != "yes"; then + with_system_zlib=yes + else + with_system_zlib=no + fi ;; esac fi
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits