summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-06 20:25:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-06 20:25:40 +0000
commita37be5c4e202d88464130af9f1e5df9f7e1fba81 (patch)
tree2b6495a95827c925e4eb6f2029ca5a3c7fe9ce37 /aclocal
parentUpdated. (diff)
downloadrtems-a37be5c4e202d88464130af9f1e5df9f7e1fba81.tar.bz2
Eric Norum <eric@skatter.usask.ca> noticed that the documentation and
configure scripts did not match on the default value of --enable-tests.
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/enable-tests.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/enable-tests.m4 b/aclocal/enable-tests.m4
index 106c00f309..626cd5d0fb 100644
--- a/aclocal/enable-tests.m4
+++ b/aclocal/enable-tests.m4
@@ -4,7 +4,7 @@ AC_DEFUN(RTEMS_ENABLE_TESTS,
[
# If the tests are enabled, then find all the test suite Makefiles
AC_MSG_CHECKING([if the test suites are enabled? ])
-tests_enabled=yes
+tests_enabled=no
AC_ARG_ENABLE(tests,
[ --enable-tests enable tests (default:disabled)],
[case "${enableval}" in