Recent GTK version to 2.24
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 19 May 2013 10:11:18 +0000 (12:11 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 28 May 2013 14:03:17 +0000 (16:03 +0200)
INSTALL
configure.ac

diff --git a/INSTALL b/INSTALL
index cbe5fd2b2c586fb5f9d23e3c28651fb7f934978f..efd19039eb5673eba3626c129a10326532181d32 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -70,7 +70,7 @@ use the GUI, you must run `configure' with --without-gui.
       0.18 and 0.19 have a bug that will prevent library detection,
       but other versions should be fine.
 
-    * GTK+ (http://www.gtk.org/), version 2.16.0 or later.
+    * GTK+ (http://www.gtk.org/), version 2.24.0 or later.
 
     * GtkSourceView (http://projects.gnome.org/gtksourceview/) 
       version 2.2 or later.
index ef8880508a539bba2c297cadf7954a9678690ad3..43b96fb770ffcd4a0216a7bc588bdf4a08fda303 100644 (file)
@@ -71,8 +71,8 @@ if test "$with_cairo" != no && test "$with_gui" != "no"; then
   PKG_CHECK_MODULES([GTHREAD], [gthread-2.0], [],
     [PSPP_REQUIRED_PREREQ([gthread 2.0 (or use --without-gui)])])
 
-  PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.16], [],
-    [PSPP_REQUIRED_PREREQ([gtk+ 2.0 version 2.16 or later (or use --without-gui)])])
+  PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.24], [],
+    [PSPP_REQUIRED_PREREQ([gtk+ 2.0 version 2.24 or later (or use --without-gui)])])
 
   PKG_CHECK_MODULES([GTKSOURCEVIEW], [gtksourceview-2.0 >= 2.2], [],
     [PSPP_REQUIRED_PREREQ([gtksourceview 2.0 version 2.2 or later (or use --without-gui)])])