Skip to content

Commit

Permalink
Merge pull request #33 from schnitzeltony/master
Browse files Browse the repository at this point in the history
configure.ac: do additional checks on libxml2 when library is found
  • Loading branch information
dajobe committed Oct 27, 2015
2 parents cca52e6 + 3f9335b commit e75b1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ have_libxml=0
need_libxml=0

oCPPFLAGS="$CPPFLAGS"
if test "X$XML_CONFIG" != X; then
if test "X$libxml_source" != X; then
CPPFLAGS="$LIBXML_CFLAGS $CPPFLAGS"
LIBS="$LIBS $LIBXML_LIBS"
AC_CHECK_FUNC(xmlCreatePushParserCtxt, have_xmlCreatePushParserCtxt=yes, have_xmlCreatePushParserCtxt=no)
Expand Down

0 comments on commit e75b1db

Please sign in to comment.