source4/lib/tls/wscript: update to handle waf 2.0.4
authorAlexander Bokovoy <ab@samba.org>
Fri, 2 Feb 2018 14:34:32 +0000 (16:34 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 5 Sep 2018 04:37:24 +0000 (06:37 +0200)
Signed-off-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/lib/tls/wscript

index 35c8cd265e3fa786793d971ee24f45af7a98a8b5..a26340f56fc1d38aac4b22c266d55690cac2cb88 100644 (file)
@@ -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"),