diff options
author | Andy Wingo <wingo@pobox.com> | 2005-10-16 13:17:11 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2005-10-16 13:17:11 +0000 |
commit | e9cbfb66243a55ecc5e42b884a2bfb8c4e3b5399 (patch) | |
tree | 20d6c9869f82f912c5da28abea3df175e45d2f4c | |
parent | 2ae32d6f921c5a1d6ef20180efdad91aa5b53b1e (diff) |
configure.ac: GLIB_CHECK.
Original commit message from CVS:
2005-10-16 Andy Wingo <wingo@pobox.com>
* configure.ac: GLIB_CHECK.
-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 ================================================= |