summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@src.gnome.org>2008-09-01 21:39:55 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2008-09-01 21:39:55 +0000
commit950a00f07d8e24d287bb1eeba0f74299443b10c8 (patch)
treea61150c3ad6903cdf5551529b82eea38946352fc /configure.ac
parent128ff536735915ab34413c7c4f4bd9e28087fb02 (diff)
downloadpygtk-950a00f07d8e24d287bb1eeba0f74299443b10c8.tar.gz
require pygobject 2.15.4 for pygtk 2.14
svn path=/trunk/; revision=3034
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 e7a26f1b..76e92d32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -268,7 +268,7 @@ if test "x$have_pycairo" = "xtrue"; then
dnl check for gtk 2.14
PKG_CHECK_MODULES(GTK214, [gtk+-2.0 >= 2.13.6,
- pygobject-2.0 >= 2.15.3],
+ pygobject-2.0 >= 2.15.4],
HAVE_GTK_214="yes", HAVE_GTK_214="no")
if test "x$HAVE_GTK_214" = "xyes"; then