diff options
author | MarcoFalke <falke.marco@gmail.com> | 2015-10-11 12:47:59 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2015-10-22 17:01:53 +0200 |
commit | 95f429118585fdbe89b4e48a224d195e304f33a8 (patch) | |
tree | 7abd36ec8074121bf17425cbc2b0b9977215939e /configure.ac | |
parent | a09297010e171af28a7a3fcad65a4e0aefea53ba (diff) |
[trivial] Rewrite help text for feature enabled by default
c.f #6748
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 4318aafa55..6cdc675e7d 100644 --- a/configure.ac +++ b/configure.ac @@ -92,7 +92,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]) |