Eric Norum <eric@skatter.usask.ca> noticed that the documentation and

configure scripts did not match on the default value of --enable-tests.
This commit is contained in:
Joel Sherrill
1999-04-06 20:25:40 +00:00
parent 6a6d860814
commit a37be5c4e2
3 changed files with 3 additions and 3 deletions

View File

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