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 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")