summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@src.gnome.org>2008-09-01 22:30:09 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2008-09-01 22:30:09 +0000
commit208c9faf34d41e46b027235bd83e04da13be7448 (patch)
treefa158ae407337e6ae7c9a86c3a29d5c9ac412470 /configure.ac
parent950a00f07d8e24d287bb1eeba0f74299443b10c8 (diff)
downloadpygtk-208c9faf34d41e46b027235bd83e04da13be7448.tar.gz
update with latest API changes in GTK+ and require GTK+ 2.13.8
svn path=/trunk/; revision=3035
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 76e92d32..58735fae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -267,7 +267,7 @@ if test "x$have_pycairo" = "xtrue"; then
AC_DEFINE([HAVE_GTK_2_12], [$have_gtk_212], [If Gtk 2.12 was found])
dnl check for gtk 2.14
- PKG_CHECK_MODULES(GTK214, [gtk+-2.0 >= 2.13.6,
+ PKG_CHECK_MODULES(GTK214, [gtk+-2.0 >= 2.13.8,
pygobject-2.0 >= 2.15.4],
HAVE_GTK_214="yes", HAVE_GTK_214="no")