Skip to content

Commit faef344

Browse files
author
MarcoFalke
committed
Print enable_fuzz_binary in configure
1 parent fd25d34 commit faef344

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
@@ -1951,8 +1951,8 @@ if test $enable_fuzz = "no"; then
19511951
echo " with test = $use_tests"
19521952
else
19531953
echo " with test = not building test_bitcoin because fuzzing is enabled"
1954-
echo " with fuzz = $enable_fuzz"
19551954
fi
1955+
echo " with fuzz binary = $enable_fuzz_binary"
19561956
echo " with bench = $use_bench"
19571957
echo " with upnp = $use_upnp"
19581958
echo " with natpmp = $use_natpmp"

0 commit comments

Comments
 (0)