diff options
Diffstat (limited to 'auth/wscript_configure')
-rw-r--r-- | auth/wscript_configure | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/auth/wscript_configure b/auth/wscript_configure deleted file mode 100644 index 9d930bab61c..00000000000 --- a/auth/wscript_configure +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env python - -import Options, Utils - -conf.SET_TARGET_TYPE('jansson', 'EMPTY') - -if conf.CHECK_CFG(package='jansson', args='--cflags --libs', - msg='Checking for jansson'): - conf.CHECK_FUNCS_IN('json_object', 'jansson') - -if not conf.CONFIG_GET('HAVE_JSON_OBJECT') and \ - conf.CONFIG_GET('ENABLE_SELFTEST') and \ - (not Options.options.without_ad_dc): - raise Utils.WafError('jansson JSON library required for ' - '--enable-selftest ' - 'when building the AD DC') |