From 626a5063ae5533c2f88864823ff783d03deb8099 Mon Sep 17 00:00:00 2001 From: John Stowers Date: Fri, 24 Sep 2010 21:28:02 +1200 Subject: Wrap the final Gtk-2.22 API additions --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1bee3534..543071ec 100644 --- a/configure.ac +++ b/configure.ac @@ -352,7 +352,7 @@ if test "x$have_pycairo" = "xtrue"; then AC_DEFINE([HAVE_GTK_2_20], [$have_gtk_220], [If Gtk 2.20 was found]) dnl check for gtk 2.22 - PKG_CHECK_MODULES(GTK222, gtk+-2.0 >= 2.21.0, + PKG_CHECK_MODULES(GTK222, gtk+-2.0 >= 2.22.0, HAVE_GTK_222="yes", HAVE_GTK_222="no") if test "x$HAVE_GTK_222" = "xyes"; then -- cgit v1.2.1