waf: Remove unused GNUTLS defines
authorAndreas Schneider <asn@samba.org>
Wed, 10 Oct 2018 12:50:34 +0000 (14:50 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 30 Apr 2019 23:18:27 +0000 (23:18 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
wscript_configure_system_gnutls

index 729b16960ab261388738cabb0d427291159d27ba..2e4dc126f3a1408f2a8fe5bcaa06158f63df61ad 100644 (file)
@@ -33,6 +33,3 @@ if conf.CHECK_FUNCS_IN('gnutls_aead_cipher_init',
     conf.DEFINE('HAVE_GNUTLS_AEAD', '1')
 else:
     Logs.warn('No gnutls support for AEAD encryption')
-
-conf.DEFINE('HAVE_GNUTLS3', 1)
-conf.DEFINE('ENABLE_GNUTLS', 1)