configure.ac: It's GST_GLIB_CHECK, not GLIB2_CHECK; fix argument.
authorAndy Wingo <wingo@pobox.com>
Sun, 16 Oct 2005 13:11:04 +0000 (13:11 +0000)
committerAndy Wingo <wingo@pobox.com>
Sun, 16 Oct 2005 13:11:04 +0000 (13:11 +0000)
Original commit message from CVS:
2005-10-16  Andy Wingo  <wingo@pobox.com>

* configure.ac: It's GST_GLIB_CHECK, not GLIB2_CHECK; fix
argument.

common
configure.ac

diff --git a/common b/common
index 2485a65..e3944a4 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 2485a65b662de25fb7b71857e34411426c6f530c
+Subproject commit e3944a4eec91af24489896ba3674a16af37326ea
index 175527c..6e3e1be 100644 (file)
@@ -245,7 +245,7 @@ AC_C99_FUNC_LRINTF()
 dnl Check for essential libraries first:
 dnl ====================================
 
-GST_GLIB2_CHECK()
+GST_GLIB_CHECK([2.6])
 
 dnl Check for additional libraries that we might use:
 dnl =================================================