Fixed check for libxmlparse.

This commit is contained in:
John Wiegley 2005-02-01 02:51:25 +00:00
parent e2e808032c
commit ea36f88f95

View file

@ -96,7 +96,8 @@ if [test x$xml = xtrue ]; then
LIBS="-lxmlparse -lxmltok $LIBS"
AC_LANG_PUSH(C++)
AC_TRY_LINK(
[extern "C" {
[#include <stdio.h>
extern "C" {
#include <xmlparse.h> // expat XML parser
}],
[XML_Parser parser = XML_ParserCreate(NULL);