configure: Enable counters plugin also if vici is enabled but stroke is disabled

This commit is contained in:
Tobias Brunner
2024-04-18 08:59:18 +02:00
parent f8e6fd30de
commit 059249bae7
+1 -1
View 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