diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2020-05-02 15:13:13 +0200 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2020-05-02 15:13:13 +0200 |
commit | 1553d87c6cbdc01a1b3ae028492561af3ac2aa59 (patch) | |
tree | 518c6a495099e3b7a2bc3f38a5360a56f4c92746 | |
parent | 84af4092648b1deb71e1eb2a75272155be9604c0 (diff) | |
download | portable-1553d87c6cbdc01a1b3ae028492561af3ac2aa59.tar.gz portable-1553d87c6cbdc01a1b3ae028492561af3ac2aa59.tar.bz2 portable-1553d87c6cbdc01a1b3ae028492561af3ac2aa59.zip |
improved default help value
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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], | |||
67 | AM_CONDITIONAL([ENABLE_EXTRATESTS], [test "x$enable_extratests" = xyes]) | 67 | AM_CONDITIONAL([ENABLE_EXTRATESTS], [test "x$enable_extratests" = xyes]) |
68 | 68 | ||
69 | AC_ARG_ENABLE([tests], | 69 | AC_ARG_ENABLE([tests], |
70 | [AS_HELP_STRING([--disable-tests], [Disable tests @<:@default=yes@:>@])], | 70 | [AS_HELP_STRING([--disable-tests], [Disable tests @<:@default=enabled@:>@])], |
71 | [ | 71 | [ |
72 | if ! test "x${enable_tests}" = "xyes"; then | 72 | if ! test "x${enable_tests}" = "xyes"; then |
73 | enable_tests="no" | 73 | enable_tests="no" |