Kaydet (Commit) e5934962 authored tarafından Douglas Mencken's avatar Douglas Mencken Kaydeden (comit) Tor Lillqvist

use bundled (non-system) versions of libxml2 and libxslt for OS X <10.6

fixes fdo#78612 and fdo#77893

Change-Id: Iac36211095cc009a356f335a93a184ea5078214d
Reviewed-on: https://gerrit.libreoffice.org/9353Reviewed-by: 's avatarTor Lillqvist <tml@collabora.com>
Tested-by: 's avatarTor Lillqvist <tml@collabora.com>
üst c8695c6c
......@@ -7820,7 +7820,11 @@ if test "$with_system_libxml" = "auto"; then
with_system_libxml="$with_system_libs"
;;
*)
with_system_libxml=yes
if test "$_os" = "Darwin" -a $MAC_OS_X_VERSION_MAX_ALLOWED -lt 1060; then
with_system_libxml=no
else
with_system_libxml=yes
fi
;;
esac
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment