configure: Fixed test for imv_swima

This commit is contained in:
Andreas Steffen 2020-12-24 13:08:49 +01:00
parent 51f4837628
commit f397fc02e9
1 changed files with 1 additions and 1 deletions

View File

@ -1060,7 +1060,7 @@ if test x$tss_tss2 = xtrue; then
fi
fi
if test x$imc_swima = xtrue -o $imv_swima = xtrue; then
if test x$imc_swima = xtrue -o x$imv_swima = xtrue; then
PKG_CHECK_MODULES(json, [json-c], [],
[PKG_CHECK_MODULES(json, [json])])
AC_SUBST(json_CFLAGS)