summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--aclocal.m42
-rw-r--r--aclocal/enable-tests.m42
-rw-r--r--configure2
3 files changed, 3 insertions, 3 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 5a602f04ca..b57c7cc829 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -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
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
diff --git a/configure b/configure
index e54fee38c5..5ffd65c360 100644
--- a/configure
+++ b/configure
@@ -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"