summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-25 19:22:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-25 19:22:58 +0000
commite1b7770144350ccc858edd2927b9f031097500d7 (patch)
tree921b36a993eb58f47239ec1357951235f9c326cf /configure
parentSuggestion from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to clarify (diff)
downloadrtems-e1b7770144350ccc858edd2927b9f031097500d7.tar.bz2
backed off previous change and switched to tests being disabled by default.
Diffstat (limited to 'configure')
-rw-r--r--configure4
1 files changed, 2 insertions, 2 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