From: Björn Baumbach Date: Fri, 20 Apr 2018 11:04:41 +0000 (+0200) Subject: build: fix build without JSON audit support X-Git-Tag: ldb-1.4.0~563 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57d9969f5cd681cd02017c0b41fcbb12fe10fb08;p=thirdparty%2Fsamba.git build: fix build without JSON audit support Autobuild-User(master): Björn Baumbach Autobuild-Date(master): Fri Apr 20 21:12:33 CEST 2018 on sn-devel-144 --- diff --git a/auth/wscript b/auth/wscript index 6b769c5efad..b81804e4644 100644 --- a/auth/wscript +++ b/auth/wscript @@ -12,7 +12,7 @@ def set_options(opt): return def configure(conf): - conf.SET_TARGET_TYPE('json-audit', 'EMPTY') + conf.SET_TARGET_TYPE('jansson', 'EMPTY') if Options.options.with_json_audit != False: if conf.CHECK_CFG(package='jansson', args='--cflags --libs',