diff --git a/ChangeLog b/ChangeLog index 62f2cdf828..02b0b54542 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-16 Tim-Philipp Müller + + * configure.ac: + Fix glib check + 2005-10-13 Stefan Kost * examples/stats/mp2ogg.c: diff --git a/common b/common index e3944a4eec..3a9d355b65 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit e3944a4eec91af24489896ba3674a16af37326ea +Subproject commit 3a9d355b657cf710011aa1eaadd64f6723527e14 diff --git a/configure.ac b/configure.ac index c035ff8602..b37a0492d5 100644 --- a/configure.ac +++ b/configure.ac @@ -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 =================================================