Skip to content

Commit 566df80

Browse files
author
MarcoFalke
committed
Merge bitcoin#24336: Print enable_fuzz_binary in configure
faef344 Print enable_fuzz_binary in configure (MarcoFalke) Pull request description: A *disabled* `enable_fuzz` on current master does *not* mean the the fuzz binary is not compiled. This is confusion, so fix it. * `enable_fuzz` toggles compilation flags for fuzzing and disables all other target. There is no need to print this in the configure result, because the compilation flags are already printed. Also, all other targets are already printed as `no`. * `enable_fuzz_binary` does what it says it does and is currently not printed. So print it. ACKs for top commit: hebasto: ACK faef344, tested on Linux Mint 20.2 (x86_64): Tree-SHA512: 9b02b05c4b9c5fc92cf3487497392690303c36eace5e217f18b4349f059b5a23a7c0e0d030fb6fa7bbad83e927576a5e81c00099164f9ed8e185c0969dc17689
2 parents 444b6b3 + faef344 commit 566df80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1957,8 +1957,8 @@ if test $enable_fuzz = "no"; then
19571957
echo " with test = $use_tests"
19581958
else
19591959
echo " with test = not building test_bitcoin because fuzzing is enabled"
1960-
echo " with fuzz = $enable_fuzz"
19611960
fi
1961+
echo " with fuzz binary = $enable_fuzz_binary"
19621962
echo " with bench = $use_bench"
19631963
echo " with upnp = $use_upnp"
19641964
echo " with natpmp = $use_natpmp"

0 commit comments

Comments
 (0)