From f397fc02e940ca577a71456ba72c264b47b21638 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Thu, 24 Dec 2020 13:08:49 +0100 Subject: [PATCH] configure: Fixed test for imv_swima --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 577037f4c..da1da27bd 100644 --- a/configure.ac +++ b/configure.ac @@ -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)