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.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') 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