improved default help value

This commit is contained in:
Vincent Torri 2020-05-02 15:13:13 +02:00
parent 84af409264
commit 1553d87c6c

View File

@ -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"