From dfbfb7eb941b68ce75adc3ece25915b2eefaf886 Mon Sep 17 00:00:00 2001 From: Swen Schillig Date: Mon, 26 Nov 2018 20:14:21 +0100 Subject: waf: Utils package not defined Fix the package name for the WafError routine. Signed-off-by: Swen Schillig Reviewed-by: Stefan Metzmacher Reviewed-by: Alexander Bokovoy Autobuild-User(master): Alexander Bokovoy Autobuild-Date(master): Tue Dec 4 18:45:38 CET 2018 on sn-devel-144 --- wscript | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index c06a2e38a87..da4254efde4 100644 --- a/wscript +++ b/wscript @@ -237,11 +237,11 @@ def configure(conf): if Options.options.with_system_heimdalkrb5: if Options.options.with_system_mitkrb5: - raise Utils.WafError('--with-system-heimdalkrb5 conflicts with ' + - '--with-system-mitkrb5') + raise Errors.WafError('--with-system-heimdalkrb5 conflicts with ' + + '--with-system-mitkrb5') if not Options.options.without_ad_dc: - raise Utils.WafError('--with-system-heimdalkrb5 requires ' + - '--without-ad-dc') + raise Errors.WafError('--with-system-heimdalkrb5 requires ' + + '--without-ad-dc') conf.env.SYSTEM_LIBS += ('heimdal', 'asn1', 'com_err', 'roken', 'hx509', 'wind', 'gssapi', 'hcrypto', 'krb5', 'heimbase', 'asn1_compile', -- cgit v1.2.1