diff options
author | Sreerenj Balachandran <sreerenj.balachandran@intel.com> | 2012-03-12 16:39:14 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-03-12 16:07:36 +0100 |
commit | 5b33983627205aed2926ce33fb86214be33e4a89 (patch) | |
tree | cbb7ce650a21fa873f7d4774951bb97ed85cd239 | |
parent | d5ace1d855de3dd18dc2f125bf0d19b056e44492 (diff) |
configure.ac : bump GLib requirement to 2.31.14
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=671911
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 23957b8b4..d6328bbd2 100644 --- a/configure.ac +++ b/configure.ac @@ -232,7 +232,7 @@ AG_GST_CHECK_FUNCTION dnl *** checks for dependency libraries *** dnl GLib -GLIB_REQ=2.31.10 +GLIB_REQ=2.31.14 AG_GST_GLIB_CHECK([$GLIB_REQ]) ORC_CHECK([0.4.11]) |