gst-libxml2.m4: fix error message - we are building GStreamer, not glib2
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 29 Mar 2010 12:38:33 +0000 (13:38 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 29 Mar 2010 12:41:04 +0000 (13:41 +0100)
m4/gst-libxml2.m4

index d43d17a..4a843f0 100644 (file)
@@ -18,7 +18,13 @@ AC_DEFUN([AG_GST_LIBXML2_CHECK],
   if test "x$HAVE_LIBXML2" = "xyes"; then
     AC_DEFINE(HAVE_LIBXML2, 1, [Define if libxml2 is available])
   else
-    AC_MSG_ERROR([Need libxml2 for glib2 builds -- you should be able to do without it -- this needs fixing])
+    AC_MSG_ERROR([
+        Need libxml2 and development headers/files to build GStreamer.
+
+        You can do without libxml2 if you pass --disable-loadsave to
+        configure, but that breaks ABI, so don't do that unless you
+        are building for an embedded setup and know what you are doing.
+    ])
   fi
   dnl this is for the .pc file
   LIBXML_PKG=', libxml-2.0'