Print enable_fuzz_binary in configure

pull/826/head
MarcoFalke 3 years ago
parent fd25d3493d
commit faef344f84
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548

@ -1951,8 +1951,8 @@ if test $enable_fuzz = "no"; then
echo " with test = $use_tests" echo " with test = $use_tests"
else else
echo " with test = not building test_bitcoin because fuzzing is enabled" echo " with test = not building test_bitcoin because fuzzing is enabled"
echo " with fuzz = $enable_fuzz"
fi fi
echo " with fuzz binary = $enable_fuzz_binary"
echo " with bench = $use_bench" echo " with bench = $use_bench"
echo " with upnp = $use_upnp" echo " with upnp = $use_upnp"
echo " with natpmp = $use_natpmp" echo " with natpmp = $use_natpmp"

Loading…
Cancel
Save