Closes: [ #518093 ] libxml2-dev absence not caught on config

Original commit message from CVS:
Closes: [ #518093 ] libxml2-dev absence not caught on config
This commit is contained in:
Andy Wingo 2002-02-16 03:50:38 +00:00
parent 21cd0846ee
commit 3869c72e63
2 changed files with 2 additions and 2 deletions

2
common

@ -1 +1 @@
Subproject commit 2d7b19ccea5558f1689a287374f645a593291407
Subproject commit fd02f1d955e13407fd27314b1568023bd2061df7

View file

@ -111,7 +111,7 @@ PKG_CHECK_MODULES(XML, libxml-2.0, HAVE_LIBXML2=yes, HAVE_LIBXML2=no)
if test "x$HAVE_LIBXML2" = "xyes"; then
AC_DEFINE(HAVE_LIBXML2)
else
AC_ERROR([Need libxml2 for glib2 builds -- you should be able to do without it -- this needs fixing])
AC_MSG_ERROR([Need libxml2 for glib2 builds -- you should be able to do without it -- this needs fixing])
fi
AC_SUBST(LIBXML_PKG)
AC_SUBST(XML_LIBS)