summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@src.gnome.org>2008-09-12 16:28:45 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2008-09-12 16:28:45 +0000
commita74038f58dcdc71d234e5e52cd236870e2b1efcd (patch)
tree68f51105fa69ce2fc7943987d83d729991c5345b /configure.ac
parent1cbc8f3de9a0ab6578f139ce939303cd3e311d51 (diff)
downloadpygtk-a74038f58dcdc71d234e5e52cd236870e2b1efcd.tar.gz
remove pygobject version check for gtk+ 2.14
svn path=/trunk/; revision=3044
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8a3dec1f..ad59cfec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -283,8 +283,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.8,
- pygobject-2.0 >= 2.15.4],
+ PKG_CHECK_MODULES(GTK214, gtk+-2.0 >= 2.13.8,
HAVE_GTK_214="yes", HAVE_GTK_214="no")
if test "x$HAVE_GTK_214" = "xyes"; then