diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-10-29 13:26:37 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-10-29 13:30:42 +0100 |
commit | b2ce2c1f0fb12af82f3ff9f20c66492b9263fa10 (patch) | |
tree | 6c5e35f1587f438d2f0af1e9f5bb58d3100dee29 /configure.ac | |
parent | 26752767df451f710e1ad592bc80e8ab89116735 (diff) | |
parent | 040c0ea0935ffa0a23972250c23cd0d7b6b1b702 (diff) |
Merge pull request #6870
040c0ea Init: 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)
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 25ace88f32..1669ec03ce 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) |