From: Alexander Bokovoy Date: Thu, 5 Jul 2018 11:26:57 +0000 (+0300) Subject: lib/audit_logging: update to waf 2.0 X-Git-Tag: tdb-1.3.17~1781 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c7c10b2c53b85ca257515abc5544d22b7ab0865;p=thirdparty%2Fsamba.git lib/audit_logging: update to waf 2.0 Signed-off-by: Alexander Bokovoy Reviewed-by: Andrew Bartlett --- diff --git a/lib/audit_logging/wscript b/lib/audit_logging/wscript index 07a6caf95b6..f99df055731 100644 --- a/lib/audit_logging/wscript +++ b/lib/audit_logging/wscript @@ -1,6 +1,6 @@ #!/usr/bin/env python -from waflib import Logs, Options, Utils +from waflib import Logs, Options, Errors import samba3 def options(opt): @@ -28,7 +28,7 @@ def configure(conf): "JSON support is required for the JSON " "formatted audit log feature and the AD DC") if not Options.options.without_ad_dc: - raise Utils.WafError('--without-json-audit requires ' + raise Errors.WafError('--without-json-audit requires ' '--without-ad-dc. ' 'Jansson JSON library is required for ' 'building the AD DC')