summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJohn Stowers <john.stowers@gmail.com>2010-09-24 21:28:02 +1200
committerJohn Stowers <john.stowers@gmail.com>2010-09-24 21:28:02 +1200
commit626a5063ae5533c2f88864823ff783d03deb8099 (patch)
tree94611bfaf84c850aa8045565d46b84bfb2f3c95b /configure.ac
parent995866a2094861aac2fb766e2bef21a818c954b9 (diff)
downloadpygtk-626a5063ae5533c2f88864823ff783d03deb8099.tar.gz
Wrap the final Gtk-2.22 API additions
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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