diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2007-07-23 09:13:42 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2007-07-23 09:13:42 +0000 |
commit | 1bbb76ef8e486a1ff67683533998ec5f4761da10 (patch) | |
tree | 165964dc73967f7272eec741ece8f86fd5b26503 | |
parent | 2f43b8738cb52b4e07f386728638bd106c321e5b (diff) | |
download | gst-plugins-bad-1bbb76ef8e486a1ff67683533998ec5f4761da10.tar.gz gst-plugins-bad-1bbb76ef8e486a1ff67683533998ec5f4761da10.tar.bz2 gst-plugins-bad-1bbb76ef8e486a1ff67683533998ec5f4761da10.zip |
configure.ac: Sync liboil check with plugins-base.
Original commit message from CVS:
* configure.ac:
Sync liboil check with plugins-base.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2007-07-23 Stefan Kost <ensonic@users.sf.net> + + * configure.ac: + Sync liboil check with plugins-base. + 2007-07-20 Stefan Kost <ensonic@users.sf.net> * gst/equalizer/gstiirequalizer.c: diff --git a/configure.ac b/configure.ac index f2196371..1311a102 100644 --- a/configure.ac +++ b/configure.ac @@ -175,9 +175,9 @@ dnl GLib is required AG_GST_GLIB_CHECK([2.6]) dnl liboil is required -PKG_CHECK_MODULES(LIBOIL, liboil-0.3 >= 0.3.2, HAVE_LIBOIL=yes, HAVE_LIBOIL=no) +PKG_CHECK_MODULES(LIBOIL, liboil-0.3 >= 0.3.8, HAVE_LIBOIL=yes, HAVE_LIBOIL=no) if test "x${HAVE_LIBOIL}" != xyes ; then - AC_ERROR([liboil-0.3 is required]) + AC_ERROR([liboil-0.3.8 or later is required]) fi dnl checks for gstreamer |