summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasmine Hassan <[email protected]>2012-12-22 06:22:40 +0200
committerJasmine Hassan <[email protected]>2012-12-22 06:22:40 +0200
commitc598aa7e65d9e370c63f883acbbb6504044c2531 (patch)
tree122f234160898266040a89a6767871856bd607c9
parent7b384b35d0226eed7711f2d1fa0ca04381380d23 (diff)
downloadcaja-c598aa7e65d9e370c63f883acbbb6504044c2531.tar.bz2
caja-c598aa7e65d9e370c63f883acbbb6504044c2531.tar.xz
[configure] Fix minimum GIO really required to 2.26
For g_settings_bind(), though it should've been required before for the (now replaced) g_settings_bind_with_mapping() func.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 716561f8..973fabfe 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ AC_PREREQ(2.54)
dnl ===========================================================================
m4_define(glib_minver, 2.25.12)
-m4_define(gio_minver, 2.25.0)
+m4_define(gio_minver, 2.26.0)
m4_define(mate_desktop_minver, 1.5.0)
m4_define(pango_minver, 1.1.2)
m4_define(gtk_minver, 2.24.0)