Recent to Gtk+2.24
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 7 Oct 2013 15:42:14 +0000 (17:42 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 7 Oct 2013 15:42:14 +0000 (17:42 +0200)
INSTALL
configure.ac

diff --git a/INSTALL b/INSTALL
index 093138be4572ceeef3b087e08943e2dc7267fa6c..34c0d64fff6e9d7838a3855f702439ac8bb8788a 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -78,7 +78,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.  However
+    * GTK+ (http://www.gtk.org/), version 2.24.0 or later.  However
       it must be Gtk+ 2.something  - The Gtk+-3.x series will NOT work!
 
     * GtkSourceView (http://projects.gnome.org/gtksourceview/) 
index 30cb7131d4b16f69e3293ef2fb41e1f3ccdd288a..befff34f11efe7b0658a39132f1ebc81e7fcc55c 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)])])