aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-09-28 01:12:02 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-09-28 01:12:02 +0800
commitcaf4a5be23dd68c2ddd4dbabd3dde22a6f4a3a04 (patch)
tree393137346fe24744d8f80e2a027336b67ebc6ff0
parent2ff0a3ccf07e653bd169ab0721ad1b72bbfe3a68 (diff)
downloadgsoc2013-evolution-caf4a5be23dd68c2ddd4dbabd3dde22a6f4a3a04.tar
gsoc2013-evolution-caf4a5be23dd68c2ddd4dbabd3dde22a6f4a3a04.tar.gz
gsoc2013-evolution-caf4a5be23dd68c2ddd4dbabd3dde22a6f4a3a04.tar.bz2
gsoc2013-evolution-caf4a5be23dd68c2ddd4dbabd3dde22a6f4a3a04.tar.lz
gsoc2013-evolution-caf4a5be23dd68c2ddd4dbabd3dde22a6f4a3a04.tar.xz
gsoc2013-evolution-caf4a5be23dd68c2ddd4dbabd3dde22a6f4a3a04.tar.zst
gsoc2013-evolution-caf4a5be23dd68c2ddd4dbabd3dde22a6f4a3a04.zip
Bump minimum GLib requirement to 2.36.
Needed for GSimpleProxyResolver.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 29e76fecdf..a5464f1e87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,8 +33,8 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
dnl Required Packages
dnl Keep these two definitions in agreement.
-m4_define([glib_minimum_version], [2.34.0])
-m4_define([glib_encoded_version], [GLIB_VERSION_2_34])
+m4_define([glib_minimum_version], [2.36.0])
+m4_define([glib_encoded_version], [GLIB_VERSION_2_36])
dnl Keep these two definitions in agreement.
m4_define([gdk_minimum_version], [3.4.0])