summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-12-09 00:57:01 -0500
committerBehdad Esfahbod <behdad@behdad.org>2009-12-09 00:57:01 -0500
commitfa070a0ebdfab5e33e550e4561179498752a29c6 (patch)
tree2236f6e5a02b7dd55664648f52e450de6917a69c /configure.in
parent47406a81f737f6f01fd148ab004de4eac641d571 (diff)
Bug 603733 - Remove deprecated Glib symbol
Require glib >= 2.22.0
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 3b6aa30..abba5af 100644
--- a/configure.in
+++ b/configure.in
@@ -253,7 +253,7 @@ case $host in
;;
esac
-GLIB_REQUIRED=2.18.0
+GLIB_REQUIRED=2.22.0
PANGO_REQUIRED=1.22.0
GTK_REQUIRED=2.14.0
AC_DEFINE(GDK_MULTIHEAD_SAFE,1,[Force use of GDK's multihead-safe APIs.])