configure: Fixed test for imv_swima
This commit is contained in:
+1
-1
@@ -1060,7 +1060,7 @@ if test x$tss_tss2 = xtrue; then
|
|||||||
fi
|
fi
|
||||||
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-c], [],
|
||||||
[PKG_CHECK_MODULES(json, [json])])
|
[PKG_CHECK_MODULES(json, [json])])
|
||||||
AC_SUBST(json_CFLAGS)
|
AC_SUBST(json_CFLAGS)
|
||||||
|
|||||||
Reference in New Issue
Block a user