configure.ac: Fix glib check
authorTim-Philipp Müller <tim@centricular.net>
Sun, 16 Oct 2005 17:08:26 +0000 (17:08 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 16 Oct 2005 17:08:26 +0000 (17:08 +0000)
Original commit message from CVS:
* configure.ac:
Fix glib check

ChangeLog
common
configure.ac

index 62f2cdf8285fee3d6074656c48c44c9c3c8eab41..02b0b545429e7f0f6a4c93d0980cce3f1de4c1f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-16  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * configure.ac:
+         Fix glib check
+
 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
 
        * examples/stats/mp2ogg.c:
diff --git a/common b/common
index e3944a4eec91af24489896ba3674a16af37326ea..3a9d355b657cf710011aa1eaadd64f6723527e14 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit e3944a4eec91af24489896ba3674a16af37326ea
+Subproject commit 3a9d355b657cf710011aa1eaadd64f6723527e14
index c035ff8602e95e4aa965d5f7379643088f6fff64..b37a0492d5e43d6769cf4dfb29297cfca9526201 100644 (file)
@@ -257,7 +257,7 @@ AC_C99_FUNC_LRINTF()
 dnl Check for essential libraries first:
 dnl ====================================
 
-GST_GLIB2_CHECK()
+GST_GLIB_CHECK([2.6.0])
 
 dnl Check for additional libraries that we might use:
 dnl =================================================