From 3869c72e63b88d81ad75e7245f2115bb86d3186e Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sat, 16 Feb 2002 03:50:38 +0000 Subject: [PATCH] Closes: [ #518093 ] libxml2-dev absence not caught on config Original commit message from CVS: Closes: [ #518093 ] libxml2-dev absence not caught on config --- common | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common b/common index 2d7b19c..fd02f1d 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 2d7b19ccea5558f1689a287374f645a593291407 +Subproject commit fd02f1d955e13407fd27314b1568023bd2061df7 diff --git a/configure.ac b/configure.ac index 48c5b91..61d6541 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 2.7.4