mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
Merge pull request #6870
040c0eaInit: Cleanup error and warning strings (MarcoFalke)6782f58[trivial] Latest config.guess (MarcoFalke)bf68191[trivial] rpcnet: fix typo (MarcoFalke)95f4291[trivial] Rewrite help text for feature enabled by default (MarcoFalke)
This commit is contained in:
@@ -93,7 +93,7 @@ AC_ARG_ENABLE(tests,
|
||||
[use_tests=yes])
|
||||
|
||||
AC_ARG_ENABLE(bench,
|
||||
AS_HELP_STRING([--enable-bench],[compile benchmarks (default is yes)]),
|
||||
AS_HELP_STRING([--disable-bench],[do not compile benchmarks (default is to compile)]),
|
||||
[use_bench=$enableval],
|
||||
[use_bench=yes])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user