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 /configure.ac | |
parent | 2ae32d6f921c5a1d6ef20180efdad91aa5b53b1e (diff) |
configure.ac: GLIB_CHECK.
Original commit message from CVS:
2005-10-16 Andy Wingo <wingo@pobox.com>
* configure.ac: GLIB_CHECK.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 ================================================= |