diff options
author | MarcoFalke <falke.marco@gmail.com> | 2022-02-14 09:41:50 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2022-02-14 10:17:12 +0100 |
commit | faef344f84a566436ffe2a277dec2cd6c7e1664b (patch) | |
tree | 4db81c4486cf2d17fce1f55ea705f56e941dc04f /configure.ac | |
parent | fd25d3493d6ebde5ef5a68f5d8a27ec4b910ef2f (diff) |
Print enable_fuzz_binary in configure
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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" |