From bfda910a20cb93e3db458456c75feb9d4cad2607 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 28 Jul 2009 10:55:28 +1000 Subject: s4:tls Enable GnuTLS back to version 1.4 (an into the future) We think we have the bug fixed. Andrew Bartlett --- source4/lib/tls/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/tls') diff --git a/source4/lib/tls/config.m4 b/source4/lib/tls/config.m4 index c46a009e3d..709a095908 100644 --- a/source4/lib/tls/config.m4 +++ b/source4/lib/tls/config.m4 @@ -11,7 +11,7 @@ AS_HELP_STRING([--enable-gnutls],[Turn on gnutls support (default=yes)]), if test x$use_gnutls = xauto && pkg-config --exists gnutls; then - SMB_EXT_LIB_FROM_PKGCONFIG(GNUTLS, gnutls < 2.6.0, + SMB_EXT_LIB_FROM_PKGCONFIG(GNUTLS, gnutls >= 1.4.0, [use_gnutls=yes], [use_gnutls=no]) fi -- cgit