diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-10-02 22:25:47 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-10-02 22:25:47 +0300 |
commit | deedb11ab2ef1f54bca90532f6d92fad0df6815e (patch) | |
tree | fee0968a48319a7dd2f7b312e2d35eb137dcafd3 /configure.ac | |
parent | a51337974cdb1aa56db5e4ef87a1bb52a7423979 (diff) |
Update GLib dependency to 2.40.0
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 0943dbc..e18ae70 100644 --- a/configure.ac +++ b/configure.ac @@ -149,7 +149,7 @@ dnl *** checks for library functions *** dnl *** checks for dependancy libraries *** dnl GLib is required -GLIB_REQ=2.32.0 +GLIB_REQ=2.40.0 AC_SUBST([GLIB_REQ]) AG_GST_GLIB_CHECK([$GLIB_REQ]) |