summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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