aboutsummaryrefslogtreecommitdiff
path: root/test/m4/configure.m4
diff options
context:
space:
mode:
Diffstat (limited to 'test/m4/configure.m4')
-rw-r--r--test/m4/configure.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/test/m4/configure.m4 b/test/m4/configure.m4
index 16f0046ba..2d59d8859 100644
--- a/test/m4/configure.m4
+++ b/test/m4/configure.m4
@@ -3,7 +3,8 @@
##########################################################################
AC_ARG_WITH([tests],
[AS_HELP_STRING([--without-tests],
- [don't build and install test applications])],
+ [don't build and install test applications]
+ [[default=with]])],
[],
[with_tests=yes])
AM_CONDITIONAL([WITH_TESTS], [test x$with_tests != xno])