3447. [port] Add support for libxml2-2.9.x [RT #32231]

This commit is contained in:
Mark Andrews
2013-01-01 23:10:51 +00:00
parent cafd7a121f
commit 0277a7d6c1
3 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
3447. [port] Add support for libxml2-2.9.x [RT #32231]
3446. [port] win32: Add source ID (see change #3400) to build.
[RT #31683]

2
configure vendored
View File

@@ -15707,7 +15707,7 @@ case "$use_libxml2" in
;;
auto|yes)
case X`(xml2-config --version) 2>/dev/null` in
X2.[678].*)
X2.[6789].*)
libxml2_libs=`xml2-config --libs`
libxml2_cflags=`xml2-config --cflags`
;;

View File

@@ -1356,7 +1356,7 @@ case "$use_libxml2" in
;;
auto|yes)
case X`(xml2-config --version) 2>/dev/null` in
X2.[[678]].*)
X2.[[6789]].*)
libxml2_libs=`xml2-config --libs`
libxml2_cflags=`xml2-config --cflags`
;;