summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2015-07-15 13:33:16 +0200
committerChristian Persch <chpe@gnome.org>2015-07-15 13:34:00 +0200
commitf4027d541a3907cb5daa52943f3e25b7c29e263c (patch)
tree62803a44f6e3f42cee4f7ff766651240deb52dba
parent7e8a9e1cc350126f1487743734a70ee3664f2f21 (diff)
downloadvte-f4027d541a3907cb5daa52943f3e25b7c29e263c.tar.gz
build: Fix the required gnutls version
https://bugzilla.gnome.org/show_bug.cgi?id=752372
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 54dccb1a..645e8708 100644
--- a/configure.ac
+++ b/configure.ac
@@ -198,7 +198,7 @@ AC_SUBST([VTE_CXXLDFLAGS])
GLIB_REQUIRED=2.40.0
GIO_REQUIRED=2.40.0
PANGO_REQUIRED=1.22.0
-GNUTLS_REQUIRED=3.2.0
+GNUTLS_REQUIRED=3.2.7
AC_MSG_CHECKING([whether gnutls support is requested])
AC_ARG_WITH([gnutls],