diff options
author | Sreerenj Balachandran <sreerenj.balachandran@intel.com> | 2012-03-12 16:51:19 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-03-12 16:12:15 +0100 |
commit | 3c75d7285726fe0a3acf6e2711d5fc2f46cc9f19 (patch) | |
tree | 06fad6781270d9243186d1a791054a5325b8cc92 /configure.ac | |
parent | c3c985cfe11fc34288591354b02612d601e2f13d (diff) |
configure.ac: bump GLib requirement to 2.31.14
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=671911
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 1409c383a..32b5cd0b1 100644 --- a/configure.ac +++ b/configure.ac @@ -182,7 +182,7 @@ AC_CHECK_FUNC(socket,,[AC_CHECK_LIB(socket,socket)]) AC_CHECK_FUNC(gethostbyname,,[AC_CHECK_LIB(nsl,gethostbyname)]) dnl GLib is required -GLIB_REQ=2.31.10 +GLIB_REQ=2.31.14 AG_GST_GLIB_CHECK([$GLIB_REQ]) dnl checks for gstreamer |