[glib-networking] gnutls: require gnutls 3.0



commit 71e00c7e01bc62afb717a398a0ffed869b2a167d
Author: Dan Winship <danw gnome org>
Date:   Sat Jul 13 15:47:26 2013 -0400

    gnutls: require gnutls 3.0

 configure.ac |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c92d843..604203f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,8 +82,7 @@ dnl *****************************
 dnl *** Checks for GNUTLS     ***
 dnl *****************************
 
-GNUTLS_MIN_REQUIRED=2.11.0
-GNUTLS_MIN_PKCS11=2.12.8
+GNUTLS_MIN_REQUIRED=3.0
 
 AC_ARG_WITH(gnutls,
     [AC_HELP_STRING([--with-gnutls],
@@ -141,7 +140,7 @@ AC_ARG_WITH(pkcs11,
                        [with_pkcs11=check])
 if test "x$with_pkcs11" != "xno"; then
        PKG_CHECK_MODULES(PKCS11,
-                         [p11-kit-1 >= $P11_KIT_REQUIRED gnutls >= $GNUTLS_MIN_PKCS11],
+                         [p11-kit-1 >= $P11_KIT_REQUIRED],
                          [with_pkcs11=yes
                           pkcs11_support=p11-kit
                           tls_support="${tls_support}gnutls-pkcs11 "


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]