Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothe Litt
BIND
Commits
0277a7d6
Commit
0277a7d6
authored
Jan 01, 2013
by
Mark Andrews
Browse files
3447. [port] Add support for libxml2-2.9.x [RT #32231]
parent
cafd7a12
Changes
3
Show whitespace changes
Inline
Side-by-side
CHANGES
View file @
0277a7d6
3447. [port] Add support for libxml2-2.9.x [RT #32231]
3446. [port] win32: Add source ID (see change #3400) to build.
3446. [port] win32: Add source ID (see change #3400) to build.
[RT #31683]
[RT #31683]
...
...
configure
View file @
0277a7d6
...
@@ -15707,7 +15707,7 @@ case "$use_libxml2" in
...
@@ -15707,7 +15707,7 @@ case "$use_libxml2" in
;;
;;
auto|yes)
auto|yes)
case X`(xml2-config --version) 2>/dev/null` in
case X`(xml2-config --version) 2>/dev/null` in
X2.[678].*)
X2.[678
9
].*)
libxml2_libs=`xml2-config --libs`
libxml2_libs=`xml2-config --libs`
libxml2_cflags=`xml2-config --cflags`
libxml2_cflags=`xml2-config --cflags`
;;
;;
...
...
configure.in
View file @
0277a7d6
...
@@ -1356,7 +1356,7 @@ case "$use_libxml2" in
...
@@ -1356,7 +1356,7 @@ case "$use_libxml2" in
;;
;;
auto|yes)
auto|yes)
case X`(xml2-config --version) 2>/dev/null` in
case X`(xml2-config --version) 2>/dev/null` in
X2.[[678]].*)
X2.[[678
9
]].*)
libxml2_libs=`xml2-config --libs`
libxml2_libs=`xml2-config --libs`
libxml2_cflags=`xml2-config --cflags`
libxml2_cflags=`xml2-config --cflags`
;;
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment