]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
configure: Fixed test for imv_swima
authorAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 24 Dec 2020 12:08:49 +0000 (13:08 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 24 Dec 2020 12:08:49 +0000 (13:08 +0100)
configure.ac

index 577037f4c0f8b482fa68130e7922df4d0585451f..da1da27bdca9cbb10fc202756b11b526635baea2 100644 (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)