Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / external / redland / raptor / xml2-config.patch
blob2550acee044a78a62d47f33342aebcc09950c3c0
1 --- configure
2 +++ configure
3 @@ -14197,6 +14197,11 @@
4 test -n "$XML_CONFIG" && break
5 done
7 + if test -n "$XML_CONFIG"; then
8 + if ! "$XML_CONFIG" --version; then
9 + XML_CONFIG=
10 + fi
11 + fi
15 @@ -14481,6 +14481,7 @@
17 LIBXML_VERSION=`$PKG_CONFIG libxml-2.0 --modversion`
18 libxml_source="pkg-config"
19 + XML_CONFIG="$PKG_CONFIG libxml-2.0"
22 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxml via pkg-config" >&5