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:
2
aclocal.m4
vendored
2
aclocal.m4
vendored
@@ -871,7 +871,7 @@ AC_DEFUN(RTEMS_ENABLE_TESTS,
|
|||||||
[
|
[
|
||||||
# If the tests are enabled, then find all the test suite Makefiles
|
# If the tests are enabled, then find all the test suite Makefiles
|
||||||
AC_MSG_CHECKING([if the test suites are enabled? ])
|
AC_MSG_CHECKING([if the test suites are enabled? ])
|
||||||
tests_enabled=yes
|
tests_enabled=no
|
||||||
AC_ARG_ENABLE(tests,
|
AC_ARG_ENABLE(tests,
|
||||||
[ --enable-tests enable tests (default:disabled)],
|
[ --enable-tests enable tests (default:disabled)],
|
||||||
[case "${enableval}" in
|
[case "${enableval}" in
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ AC_DEFUN(RTEMS_ENABLE_TESTS,
|
|||||||
[
|
[
|
||||||
# If the tests are enabled, then find all the test suite Makefiles
|
# If the tests are enabled, then find all the test suite Makefiles
|
||||||
AC_MSG_CHECKING([if the test suites are enabled? ])
|
AC_MSG_CHECKING([if the test suites are enabled? ])
|
||||||
tests_enabled=yes
|
tests_enabled=no
|
||||||
AC_ARG_ENABLE(tests,
|
AC_ARG_ENABLE(tests,
|
||||||
[ --enable-tests enable tests (default:disabled)],
|
[ --enable-tests enable tests (default:disabled)],
|
||||||
[case "${enableval}" in
|
[case "${enableval}" in
|
||||||
|
|||||||
2
configure
vendored
2
configure
vendored
@@ -3652,7 +3652,7 @@ fi
|
|||||||
# If the tests are enabled, then find all the test suite Makefiles
|
# 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 $ac_n "checking if the test suites are enabled? ""... $ac_c" 1>&6
|
||||||
echo "configure:3655: checking if the test suites are enabled? " >&5
|
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.
|
# Check whether --enable-tests or --disable-tests was given.
|
||||||
if test "${enable_tests+set}" = set; then
|
if test "${enable_tests+set}" = set; then
|
||||||
enableval="$enable_tests"
|
enableval="$enable_tests"
|
||||||
|
|||||||
Reference in New Issue
Block a user