]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
configure: Enable counters plugin also if vici is enabled but stroke is disabled
authorTobias Brunner <tobias@strongswan.org>
Thu, 18 Apr 2024 06:59:18 +0000 (08:59 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 18 Apr 2024 06:59:18 +0000 (08:59 +0200)
configure.ac

index c1de0ad335324ef0ac37e77af73e2bb63623764c..f6e8701d07e0d410c1d8547da0edcd28d716b608 100644 (file)
@@ -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