summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorBjörn Baumbach <bb@sernet.de>2018-04-20 13:04:41 +0200
committerBjörn Baumbach <bbaumbach@samba.org>2018-04-20 21:12:33 +0200
commit57d9969f5cd681cd02017c0b41fcbb12fe10fb08 (patch)
treee07e3b9e325b7d5f98793877856b76254ad819e1 /auth
parenta18b51000ef2ab5c9c111490394ce0e2425edee2 (diff)
downloadsamba-57d9969f5cd681cd02017c0b41fcbb12fe10fb08.tar.gz
build: fix build without JSON audit support
Autobuild-User(master): Björn Baumbach <bbaumbach@samba.org> Autobuild-Date(master): Fri Apr 20 21:12:33 CEST 2018 on sn-devel-144
Diffstat (limited to 'auth')
-rw-r--r--auth/wscript2
1 files changed, 1 insertions, 1 deletions
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',