diff options
-rw-r--r-- | ChangeLog | 4 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2005-10-16 Andy Wingo <wingo@pobox.com> + + * configure.ac: GLIB_CHECK. + 2005-10-15 Julien MOUTTE <julien@moutte.net> * ext/libpng/Makefile.am: diff --git a/common b/common -Subproject 507a4dc1d4fd6957ee8d62ca612a9a9054c271f +Subproject e3944a4eec91af24489896ba3674a16af37326e diff --git a/configure.ac b/configure.ac index f3ee6375..ff38f4d3 100644 --- a/configure.ac +++ b/configure.ac @@ -236,7 +236,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 ================================================= |