Closes: [ #518093 ] libxml2-dev absence not caught on config
authorAndy Wingo <wingo@pobox.com>
Sat, 16 Feb 2002 03:50:38 +0000 (03:50 +0000)
committerAndy Wingo <wingo@pobox.com>
Sat, 16 Feb 2002 03:50:38 +0000 (03:50 +0000)
Original commit message from CVS:
Closes: [ #518093 ] libxml2-dev absence not caught on config

common
configure.ac

diff --git a/common b/common
index 2d7b19c..fd02f1d 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 2d7b19ccea5558f1689a287374f645a593291407
+Subproject commit fd02f1d955e13407fd27314b1568023bd2061df7
index 48c5b91..61d6541 100644 (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)