From 24ae76cc192d5e17c3e2d5d688820706d2833289 Mon Sep 17 00:00:00 2001 From: Kittywhiskers Van Gogh <63189531+kwvg@users.noreply.github.com> Date: Mon, 14 Feb 2022 09:41:50 +0100 Subject: [PATCH] merge bitcoin#24336: Print enable_fuzz_binary in configure --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 62819f46fd..1c835b4ff9 100644 --- a/configure.ac +++ b/configure.ac @@ -1963,8 +1963,8 @@ if test x$enable_fuzz == xno; then echo " with test = $use_tests" else echo " with test = not building test_dash 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"