diff options
| author | Stefan Kost <ensonic@users.sourceforge.net> | 2007-07-23 09:02:07 +0000 | 
|---|---|---|
| committer | Stefan Kost <ensonic@users.sourceforge.net> | 2007-07-23 09:02:07 +0000 | 
| commit | f1a41dc4cfb69eb5c61a7f345378c06e1f34027c (patch) | |
| tree | c28f9d89f158392454218199ba82107681ab5315 | |
| parent | 08821314b48296f01a6c61928701f3bd3f2601c5 (diff) | |
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>  	* ext/annodex/Makefile.am: diff --git a/configure.ac b/configure.ac index 86e6c1df..91404717 100644 --- a/configure.ac +++ b/configure.ac @@ -253,9 +253,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  | 
