From: Alexander Bokovoy Date: Fri, 2 Feb 2018 14:34:32 +0000 (+0200) Subject: source4/lib/tls/wscript: update to handle waf 2.0.4 X-Git-Tag: tdb-1.3.17~1829 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c423a3a9285497c5ec4fb40142020ff0fbcece5;p=thirdparty%2Fsamba.git source4/lib/tls/wscript: update to handle waf 2.0.4 Signed-off-by: Alexander Bokovoy Reviewed-by: Andrew Bartlett --- diff --git a/source4/lib/tls/wscript b/source4/lib/tls/wscript index 35c8cd265e3..a26340f56fc 100644 --- a/source4/lib/tls/wscript +++ b/source4/lib/tls/wscript @@ -1,9 +1,9 @@ #!/usr/bin/env python -import Options +from waflib import Options from optparse import SUPPRESS_HELP -def set_options(opt): +def options(opt): # allow users to disable gnutls opt.add_option('--enable-gnutls', help=("Enable use of gnutls"),