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

ChangeLog
common
configure.ac

index 1bd95ff..6fda5ad 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  Tim-Philipp Müller  <tim at centricular dot net>
 
        * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
diff --git a/common b/common
index 2485a65..3a9d355 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 2485a65b662de25fb7b71857e34411426c6f530c
+Subproject commit 3a9d355b657cf710011aa1eaadd64f6723527e14
index 0d4fd2d..51d55a3 100644 (file)
@@ -186,7 +186,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 =================================================