From: Andreas Steffen Date: Thu, 24 Dec 2020 12:08:49 +0000 (+0100) Subject: configure: Fixed test for imv_swima X-Git-Tag: 5.9.2dr1~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f397fc02e940ca577a71456ba72c264b47b21638;p=thirdparty%2Fstrongswan.git configure: Fixed test for imv_swima --- diff --git a/configure.ac b/configure.ac index 577037f4c0..da1da27bdc 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)