Set the LIBS to LIBXML2_LIBS before testing for -lxml2 usability.
This commit is contained in:
parent
5d921df2ed
commit
74f891be2a
1 changed files with 1 additions and 0 deletions
|
@ -2541,6 +2541,7 @@ if test "${with_xml2}" != "no"; then
|
|||
### I'm not sure what the version number should be, so I just guessed.
|
||||
PKG_CHECK_MODULES(LIBXML2, libxml-2.0 > 2.2.0, HAVE_LIBXML2=yes, HAVE_LIBXML2=no)
|
||||
if test "${HAVE_LIBXML2}" = "yes"; then
|
||||
LIBS="$LIBXML2_LIBS $LIBS"
|
||||
AC_CHECK_LIB(xml2, htmlReadMemory, HAVE_LIBXML2=yes, HAVE_LIBXML2=no)
|
||||
if test "${HAVE_LIBXML2}" = "yes"; then
|
||||
AC_DEFINE(HAVE_LIBXML2, 1, [Define to 1 if you have the libxml library (-lxml2).])
|
||||
|
|
Loading…
Add table
Reference in a new issue