From 020c3cced89c294aa9fa76e96d4d96e23656b47f Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sun, 16 Oct 2005 13:11:04 +0000 Subject: [PATCH] configure.ac: It's GST_GLIB_CHECK, not GLIB2_CHECK; fix argument. Original commit message from CVS: 2005-10-16 Andy Wingo * configure.ac: It's GST_GLIB_CHECK, not GLIB2_CHECK; fix argument. --- common | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common b/common index 2485a65..e3944a4 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 2485a65b662de25fb7b71857e34411426c6f530c +Subproject commit e3944a4eec91af24489896ba3674a16af37326ea diff --git a/configure.ac b/configure.ac index 175527c..6e3e1be 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ================================================= -- 2.7.4