summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJasmine Hassan <[email protected]>2012-10-26 18:12:05 +0200
committerJasmine Hassan <[email protected]>2012-11-01 12:38:39 +0200
commitec92a520965f420af7d00ad8e347f62106bbc578 (patch)
treecc88ec861f7708ad623d8c759696878174b48699 /configure.in
parent7a1bfda3d13786aa8e94da64f875f9acd623d3b3 (diff)
downloadcaja-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.in6
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