summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2018-02-02 16:34:32 +0200
committerAndrew Bartlett <abartlet@samba.org>2018-09-05 06:37:24 +0200
commit0c423a3a9285497c5ec4fb40142020ff0fbcece5 (patch)
tree4449329fc5530a980f08ae5bbbdfe394b20bf1ef /source4
parentc797e92127cd52453a41c072135dad9c2864b275 (diff)
downloadsamba-0c423a3a9285497c5ec4fb40142020ff0fbcece5.tar.gz
source4/lib/tls/wscript: update to handle waf 2.0.4
Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/tls/wscript4
1 files changed, 2 insertions, 2 deletions
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"),