From 059249bae7c4ba98a5b9d0444323a3f57de9a174 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 18 Apr 2024 08:59:18 +0200 Subject: [PATCH] configure: Enable counters plugin also if vici is enabled but stroke is disabled --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5