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

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.
This commit is contained in:
Andy Wingo 2005-10-16 13:11:04 +00:00
parent 3b2a0751f9
commit 020c3cced8
2 changed files with 2 additions and 2 deletions

2
common

@ -1 +1 @@
Subproject commit 2485a65b662de25fb7b71857e34411426c6f530c
Subproject commit e3944a4eec91af24489896ba3674a16af37326ea

View 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 =================================================