From 17f4485722d507f04e95c358d22570c499d14c62 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 24 Mar 2010 17:01:31 +1100 Subject: [PATCH] s4-waf: disable_gnutls is gone --- source4/lib/tls/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/lib/tls/wscript b/source4/lib/tls/wscript index c8427c781fe..020f2502fd3 100644 --- a/source4/lib/tls/wscript +++ b/source4/lib/tls/wscript @@ -21,7 +21,7 @@ def configure(conf): args='"gnutls >= 1.4.0" --cflags --libs', msg='Checking for gnutls >= 1.4.0', mandatory=False) - if 'HAVE_GNUTLS' in conf.env and not Options.options.disable_gnutls: + if 'HAVE_GNUTLS' in conf.env: conf.DEFINE('ENABLE_GNUTLS', 1) conf.CHECK_FUNCS_IN('gnutls_global_init', 'gnutls', -- 2.11.4.GIT