From 14277bc366bf88f5f70b8825cfbbacd4ff474c0b Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 19 May 2013 12:11:18 +0200 Subject: [PATCH] Recent GTK version to 2.24 --- INSTALL | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index cbe5fd2b2c..efd19039eb 100644 --- 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. diff --git a/configure.ac b/configure.ac index ef8880508a..43b96fb770 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