diff options
author | Jasmine Hassan <[email protected]> | 2012-10-26 18:12:05 +0200 |
---|---|---|
committer | Jasmine Hassan <[email protected]> | 2012-11-01 12:38:39 +0200 |
commit | ec92a520965f420af7d00ad8e347f62106bbc578 (patch) | |
tree | cc88ec861f7708ad623d8c759696878174b48699 /configure.in | |
parent | 7a1bfda3d13786aa8e94da64f875f9acd623d3b3 (diff) | |
download | caja-ec92a520965f420af7d00ad8e347f62106bbc578.tar.bz2 caja-ec92a520965f420af7d00ad8e347f62106bbc578.tar.xz |
[configure] bump GTK version to 2.24.0
About time, no?
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 66575b65..0b7e21ce 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ m4_define(glib_minver, 2.25.12) m4_define(gio_minver, 2.25.0) m4_define(mate_desktop_minver, 1.5.0) m4_define(pango_minver, 1.1.2) -m4_define(gtk_minver, 2.22.0) +m4_define(gtk_minver, 2.24.0) m4_define(xml_minver, 2.4.7) m4_define(exif_minver, 0.5.12) m4_define(exempi_minver, 1.99.2) @@ -26,7 +26,7 @@ dnl --------------------------------------------------------------------------- dnl GTK library version dnl --------------------------------------------------------------------------- GTK_API_VERSION=2.0 -GTK_REQUIRED=2.22.0 +GTK_REQUIRED=2.24.0 AC_MSG_CHECKING([which gtk+ version to compile against]) AC_ARG_WITH([gtk], @@ -42,7 +42,7 @@ AC_MSG_RESULT([$with_gtk]) case "$with_gtk" in 2.0) GTK_API_VERSION=2.0 - GTK_REQUIRED=2.18.0 + GTK_REQUIRED=2.24.0 ;; 3.0) GTK_API_VERSION=3.0 GTK_REQUIRED=3.0.0 |