merge bitcoin#24336: Print enable_fuzz_binary in configure

This commit is contained in:
Kittywhiskers Van Gogh 2022-02-14 09:41:50 +01:00 committed by pasta
parent eed4f193a8
commit 24ae76cc19
No known key found for this signature in database
GPG Key ID: 52527BEDABE87984

View File

@ -1963,8 +1963,8 @@ if test x$enable_fuzz == xno; then
echo " with test = $use_tests" echo " with test = $use_tests"
else else
echo " with test = not building test_dash because fuzzing is enabled" echo " with test = not building test_dash 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"