diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-10-16 17:08:26 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-10-16 17:08:26 +0000 |
commit | 9d007a42e295eb53a34e701ec8e55c35dc9d228c (patch) | |
tree | 730c404e73bea0f429d393f35c30d08bd01cac9c /configure.ac | |
parent | e575d0024c795c49012447456f9e2d60f36d6134 (diff) | |
download | gst-plugins-bad-9d007a42e295eb53a34e701ec8e55c35dc9d228c.tar.gz gst-plugins-bad-9d007a42e295eb53a34e701ec8e55c35dc9d228c.tar.bz2 gst-plugins-bad-9d007a42e295eb53a34e701ec8e55c35dc9d228c.zip |
configure.ac: Fix glib check
Original commit message from CVS:
* configure.ac:
Fix 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 c035ff86..b37a0492 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 ================================================= |