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

index 2a8dbef699b1ebde90f1b475fd2eb2ffb2002313..b06f1c1407435e0bfac3f72067460ab2e8f363be 100644 (file)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-import Options
+from waflib import Options
 
 if Options.options.disable_fault_handling:
     conf.DEFINE('HAVE_DISABLE_FAULT_HANDLING',1)