Check that the libxml2 we found can be used. This fixes a conf
problem on Mac OS X.
This commit is contained in:
parent
a386ac7011
commit
7d5444bee6
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -11180,6 +11180,7 @@ $as_echo "no" >&6; }
|
|||
fi
|
||||
|
||||
if test "${HAVE_LIBXML2}" = "yes"; then
|
||||
LIBS="$LIBXML2_LIBS $LIBS"
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5
|
||||
$as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; }
|
||||
if test "${ac_cv_lib_xml2_htmlReadMemory+set}" = set; then :
|
||||
|
|
Loading…
Add table
Reference in a new issue