forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user