diff options
author | Jasmine Hassan <[email protected]> | 2012-12-22 06:22:40 +0200 |
---|---|---|
committer | Jasmine Hassan <[email protected]> | 2012-12-22 06:22:40 +0200 |
commit | c598aa7e65d9e370c63f883acbbb6504044c2531 (patch) | |
tree | 122f234160898266040a89a6767871856bd607c9 /configure.in | |
parent | 7b384b35d0226eed7711f2d1fa0ca04381380d23 (diff) | |
download | caja-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.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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) |