diff options
Diffstat (limited to 'source4/lib/tls')
-rw-r--r-- | source4/lib/tls/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tls/wscript b/source4/lib/tls/wscript index c8427c781f..020f2502fd 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', |