aboutsummaryrefslogtreecommitdiff
path: root/test/m4/performance.m4
diff options
context:
space:
mode:
Diffstat (limited to 'test/m4/performance.m4')
-rw-r--r--test/m4/performance.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/test/m4/performance.m4 b/test/m4/performance.m4
index 34270e8d8..fce0ffb4f 100644
--- a/test/m4/performance.m4
+++ b/test/m4/performance.m4
@@ -2,7 +2,8 @@
# Enable/disable test-perf
##########################################################################
AC_ARG_ENABLE([test-perf],
- [AS_HELP_STRING([--enable-test-perf], [run test in test/performance])],
+ [AS_HELP_STRING([--enable-test-perf],
+ [run test in test/performance [default=enabled]])],
[test_perf=$enableval],
[test_perf=yes])
AM_CONDITIONAL([test_perf], [test x$test_perf = xyes ])