Skip to content

Commit 95f4291

Browse files
author
MarcoFalke
committed
[trivial] Rewrite help text for feature enabled by default
c.f #6748
1 parent a092970 commit 95f4291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ AC_ARG_ENABLE(tests,
9292
[use_tests=yes])
9393

9494
AC_ARG_ENABLE(bench,
95-
AS_HELP_STRING([--enable-bench],[compile benchmarks (default is yes)]),
95+
AS_HELP_STRING([--disable-bench],[do not compile benchmarks (default is to compile)]),
9696
[use_bench=$enableval],
9797
[use_bench=yes])
9898

0 commit comments

Comments
 (0)