summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@src.gnome.org>2008-08-03 10:48:23 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2008-08-03 10:48:23 +0000
commitd2b4e8f1aa214fe3ba57ae435b5aa2d981ecab85 (patch)
tree178097583cedf39268e8d1179786941c8ca21224 /configure.ac
parenta29cb1a1da1da419a220229d0161f476f420131e (diff)
downloadpygtk-d2b4e8f1aa214fe3ba57ae435b5aa2d981ecab85.tar.gz
rename gtk_window_get_default to gtk_window_get_default_widget see #65818. GTK+ 2.13.6 is required to compile pygtk
svn path=/trunk/; revision=3015
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 ced5b591..8adf04e6 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.4,
+ PKG_CHECK_MODULES(GTK214, [gtk+-2.0 >= 2.13.6,
pygobject-2.0 >= 2.15.3],
HAVE_GTK_214="yes", HAVE_GTK_214="no")