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

2
aclocal.m4 vendored
View File

@@ -871,7 +871,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

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

2
configure vendored
View File

@@ -3652,7 +3652,7 @@ fi
# If the tests are enabled, then find all the test suite Makefiles
echo $ac_n "checking if the test suites are enabled? ""... $ac_c" 1>&6
echo "configure:3655: checking if the test suites are enabled? " >&5
tests_enabled=yes
tests_enabled=no
# Check whether --enable-tests or --disable-tests was given.
if test "${enable_tests+set}" = set; then
enableval="$enable_tests"