Searched refs:use_libxml2 (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/win32utils/
H A DConfigure694 my $use_libxml2 = "auto";
1012 $use_libxml2 = "no";
1014 $use_libxml2 = "yes";
1252 if ($use_libxml2 eq "no") {
2560 if ($use_libxml2 eq "no") {
2564 } elsif ($use_libxml2 eq "auto") {
2586 $use_libxml2 = "yes";
2592 if ($use_libxml2 eq "auto") {
2597 if ($use_libxml2 eq "yes") {
3382 if ($use_libxml2 e
[all...]
/bind-9.11.3/
H A Dconfigure17274 withval=$with_libxml2; use_libxml2="$withval"
17276 use_libxml2="auto"
17280 case "$use_libxml2" in
17291 if test "yes" = "$use_libxml2" ; then
17303 if test -f "$use_libxml2/bin/xml2-config" ; then
17304 libxml2_libs=`$use_libxml2/bin/xml2-config --libs`
17305 libxml2_cflags=`$use_libxml2/bin/xml2-config --cflags`

Completed in 58 milliseconds