m4/gst-glib2.m4: Fix debug output when the GLib version prerequisite is not found
authorJan Schmidt <thaytan@mad.scientist.com>
Mon, 20 Feb 2006 23:36:25 +0000 (23:36 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Mon, 20 Feb 2006 23:36:25 +0000 (23:36 +0000)
Original commit message from CVS:
* m4/gst-glib2.m4:
Fix debug output when the GLib version prerequisite is not found

ChangeLog
m4/gst-glib2.m4

index 5a607cf..8011a9e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
+
+       * m4/gst-glib2.m4:
+       Fix debug output when the GLib version prerequisite is not found
+
 2006-02-13  Andy Wingo  <wingo@pobox.com>
 
        * m4/check.m4: Hack around Debian/Ubuntu's broken installation of
index df64968..77eb526 100644 (file)
@@ -18,7 +18,7 @@ AC_DEFUN([GST_GLIB_CHECK],
     HAVE_GLIB=yes,HAVE_GLIB=no)
 
   if test "x$HAVE_GLIB" = "xno"; then
-    AC_MSG_ERROR([This package requires GLib >= GLIB_REQ to compile.])
+    AC_MSG_ERROR([This package requires GLib >= $GLIB_REQ to compile.])
   fi
 
   dnl for the poor souls who for example have glib in /usr/local