summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
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 ;;