From: Tobias Brunner Date: Thu, 18 Apr 2024 06:59:18 +0000 (+0200) Subject: configure: Enable counters plugin also if vici is enabled but stroke is disabled X-Git-Tag: android-2.5.2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=059249bae7c4ba98a5b9d0444323a3f57de9a174;p=thirdparty%2Fstrongswan.git configure: Enable counters plugin also if vici is enabled but stroke is disabled --- diff --git a/configure.ac b/configure.ac index c1de0ad335..f6e8701d07 100644 --- a/configure.ac +++ b/configure.ac @@ -515,7 +515,7 @@ if test x$gmp = xtrue -o x$ntru = xtrue -o x$bliss = xtrue; then mgf1=true fi -if test x$stroke = xtrue; then +if test x$stroke = xtrue -o x$vici = xtrue; then counters=true fi