From faef344f84a566436ffe2a277dec2cd6c7e1664b Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Mon, 14 Feb 2022 09:41:50 +0100 Subject: Print enable_fuzz_binary in configure --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6b172959f4..8f7acbe08a 100644 --- a/configure.ac +++ b/configure.ac @@ -1951,8 +1951,8 @@ if test $enable_fuzz = "no"; then echo " with test = $use_tests" else echo " with test = not building test_bitcoin because fuzzing is enabled" - echo " with fuzz = $enable_fuzz" fi +echo " with fuzz binary = $enable_fuzz_binary" echo " with bench = $use_bench" echo " with upnp = $use_upnp" echo " with natpmp = $use_natpmp" -- cgit v1.2.3