configure.ac: Since we use functions from CVS, up requirement.

Original commit message from CVS:
* configure.ac:
Since we use functions from CVS, up requirement.
This commit is contained in:
Ronald S. Bultje 2005-01-08 18:47:23 +00:00
parent f344767030
commit d7a2233409
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* configure.ac:
Since we use functions from CVS, up requirement.
2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/playback/Makefile.am:

View file

@ -208,7 +208,7 @@ GST_CHECK_FEATURE(GCONF, [GConf libraries], , [
dnl check for gstreamer
dnl uninstalled is selected preferentially -- see pkg-config(1)
GST_REQ=0.8.7.1
GST_REQ=0.8.8.1
PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ,
HAVE_GST="yes", HAVE_GST="no")