configure.ac | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
New commits: commit 50141d0eec7430707e0c44e993cddaf845f0d933 Author: Caolán McNamara <caol...@redhat.com> Date: Tue Dec 20 11:51:19 2016 +0000 builtin-libxml and libxslt with oss-fuzzing Change-Id: Icbecfd287174e5d7be9bbf7dc235d1966a6858ff diff --git a/configure.ac b/configure.ac index 1af7eb1..9b543ae 100644 --- a/configure.ac +++ b/configure.ac @@ -7953,7 +7953,11 @@ if test "$with_system_libxml" = "auto"; then with_system_libxml="$with_system_libs" ;; *) - with_system_libxml=yes + if test "$enable_fuzzers" != "yes"; then + with_system_libxml=yes + else + with_system_libxml=no + fi ;; esac fi
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits