configure.ac: Error out if we don't have the required core/base versions.
authorTim-Philipp Müller <tim@centricular.net>
Wed, 7 May 2008 08:00:24 +0000 (08:00 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 7 May 2008 08:00:24 +0000 (08:00 +0000)
Original commit message from CVS:
* configure.ac:
Error out if we don't have the required core/base versions.

ChangeLog
configure.ac

index eec8dca44473d37916cd9e477e5815f6ef87b0dd..6006bb659d811f224ba1c6f732b44d12055da9fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
+
+       * configure.ac:
+         Error out if we don't have the required core/base versions.
+
 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
 
        * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr),
index 547823a3c87e29bb988456869331d5ae92f493c6..1b844d359b86b7e168f61fd3e9531c933d3549ad 100644 (file)
@@ -156,10 +156,10 @@ fi
 
 dnl checks for gstreamer
 dnl uninstalled is selected preferentially -- see pkg-config(1)
-AG_GST_CHECK_GST($GST_MAJORMINOR, [$GST_REQ])
-AG_GST_CHECK_GST_BASE($GST_MAJORMINOR, [$GST_REQ])
+AG_GST_CHECK_GST($GST_MAJORMINOR, [$GST_REQ], yes)
+AG_GST_CHECK_GST_BASE($GST_MAJORMINOR, [$GST_REQ], yes)
 AG_GST_CHECK_GST_CHECK($GST_MAJORMINOR, [$GST_REQ], no)
-AG_GST_CHECK_GST_PLUGINS_BASE($GST_MAJORMINOR, [$GSTPB_REQ])
+AG_GST_CHECK_GST_PLUGINS_BASE($GST_MAJORMINOR, [$GSTPB_REQ], yes)
 AM_CONDITIONAL(HAVE_GST_CHECK, test "x$HAVE_GST_CHECK" = "xyes")
 
 dnl Check for documentation xrefs