configure: Enable counters plugin also if vici is enabled but stroke is disabled
This commit is contained in:
+1
-1
@@ -515,7 +515,7 @@ if test x$gmp = xtrue -o x$ntru = xtrue -o x$bliss = xtrue; then
|
|||||||
mgf1=true
|
mgf1=true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x$stroke = xtrue; then
|
if test x$stroke = xtrue -o x$vici = xtrue; then
|
||||||
counters=true
|
counters=true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user