From f5d62f6969bff30fbddfd1b64f5fe9bb40c0de2e Mon Sep 17 00:00:00 2001 From: John Darrington Date: Mon, 7 Oct 2013 17:42:14 +0200 Subject: [PATCH] Recent to Gtk+2.24 --- INSTALL | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 093138be45..34c0d64fff 100644 --- 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/) diff --git a/configure.ac b/configure.ac index 30cb7131d4..befff34f11 100644 --- a/configure.ac +++ b/configure.ac @@ -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)])]) -- 2.30.2