diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e6e0402e9..4c45200c4 100644 --- a/configure.ac +++ b/configure.ac @@ -1003,7 +1003,7 @@ if test x$tss_tss2 = xtrue; then AC_SUBST(tss2_LIBS) fi -if test x$imv_swid = xtrue -o x$imv_swima = xtrue; then +if test x$imc_swima = xtrue -o $imv_swima = xtrue -o x$imv_swid = xtrue; then PKG_CHECK_MODULES(json, [json-c], [], [PKG_CHECK_MODULES(json, [json])]) AC_SUBST(json_CFLAGS) @@ -1711,6 +1711,9 @@ fi if test x$fuzzing = xtrue; then AC_DEFINE([USE_FUZZING], [], [build code for fuzzing]) fi +if test x$imc_swima = xtrue -o x$imv_swima = xtrue -o x$imv_swid = xtrue ; then + AC_DEFINE([USE_JSON], [], [build code for JSON]) +fi # ==================================================== # options for enabled modules (see conf/Makefile.am) |