summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-25 17:30:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-25 17:30:24 +0000
commit0ce47288c972a7bfa3fdf93e1bfd040661b9863d (patch)
tree68be320632b9a70e362bab3e8c9f345cd64f2caf
parentChanged IMFS to use IMFS_NAME_MAX as the maximum length of a basename (diff)
downloadrtems-0ce47288c972a7bfa3fdf93e1bfd040661b9863d.tar.bz2
Suggestion from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to clarify
--enable-tests flag.
Diffstat (limited to '')
-rw-r--r--configure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index f52679b37d..90fee1b263 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
\
- --enable-tests enable tests"
+ --disble-tests disble tests"
ac_help="$ac_help
\
--enable-hwapi enable hardware API library"
diff --git a/configure.in b/configure.in
index 6066229647..ba70817e93 100644
--- a/configure.in
+++ b/configure.in
@@ -431,7 +431,7 @@ fi
AC_MSG_CHECKING([if the test suites are enabled? ])
tests_enabled=yes
AC_ARG_ENABLE(tests, \
-[ --enable-tests enable tests], \
+[ --disble-tests disble tests], \
[case "${enableval}" in
yes) AC_MSG_RESULT(yes) ;;
no) AC_MSG_RESULT(no) ; tests_enabled=no ;;