From e1b7770144350ccc858edd2927b9f031097500d7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 25 Feb 1999 19:22:58 +0000 Subject: backed off previous change and switched to tests being disabled by default. --- configure | 4 ++-- configure.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 90fee1b263..52d174ca48 100644 --- a/configure +++ b/configure @@ -85,7 +85,7 @@ ac_help="$ac_help --enable-rtemsbsp=bsp1 bsp2 .. BSPs to include in build" ac_help="$ac_help \ - --disble-tests disble tests" + --enable-tests enable tests (default:disabled)" ac_help="$ac_help \ --enable-hwapi enable hardware API library" @@ -3408,7 +3408,7 @@ if test "${enable_tests+set}" = set; then *) { echo "configure: error: bad value ${enableval} for tests option" 1>&2; exit 1; } ;; esac else - echo "$ac_t""yes" 1>&6 + echo "$ac_t""no" 1>&6 fi diff --git a/configure.in b/configure.in index ba70817e93..104ffa2798 100644 --- a/configure.in +++ b/configure.in @@ -431,13 +431,13 @@ fi AC_MSG_CHECKING([if the test suites are enabled? ]) tests_enabled=yes AC_ARG_ENABLE(tests, \ -[ --disble-tests disble tests], \ +[ --enable-tests enable tests (default:disabled)], \ [case "${enableval}" in yes) AC_MSG_RESULT(yes) ;; no) AC_MSG_RESULT(no) ; tests_enabled=no ;; *) AC_MSG_ERROR(bad value ${enableval} for tests option) ;; esac], -AC_MSG_RESULT(yes) +AC_MSG_RESULT(no) ) RTEMS_CHECK_MAKEFILE(c/src/tests/tools/$target_cpu) -- cgit v1.2.3