summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
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',