summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-05-07 08:00:24 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-05-07 08:00:24 +0000
commit6fe41c32bb6f325ad5b03cf8238b31ab7a7c9c26 (patch)
tree156c660ccb0a2b36b365898dfc0416379a8d10cf
parent701fcfc4e58881ddeec3ad1c0aedfae3c934b133 (diff)
downloadgstreamer-plugins-ugly-6fe41c32bb6f325ad5b03cf8238b31ab7a7c9c26.tar.gz
configure.ac: Error out if we don't have the required core/base versions.
Original commit message from CVS: * configure.ac: Error out if we don't have the required core/base versions.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac6
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index eec8dca4..6006bb65 100644
--- 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),
diff --git a/configure.ac b/configure.ac
index 547823a3..1b844d35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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