From 1553d87c6cbdc01a1b3ae028492561af3ac2aa59 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Sat, 2 May 2020 15:13:13 +0200 Subject: improved default help value --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0afbe0f..888ca19 100644 --- a/configure.ac +++ b/configure.ac @@ -67,7 +67,7 @@ AC_ARG_ENABLE([extratests], AM_CONDITIONAL([ENABLE_EXTRATESTS], [test "x$enable_extratests" = xyes]) AC_ARG_ENABLE([tests], - [AS_HELP_STRING([--disable-tests], [Disable tests @<:@default=yes@:>@])], + [AS_HELP_STRING([--disable-tests], [Disable tests @<:@default=enabled@:>@])], [ if ! test "x${enable_tests}" = "xyes"; then enable_tests="no" -- cgit v1.2.3-55-g6feb