summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure8
-rw-r--r--configure.in4
2 files changed, 6 insertions, 6 deletions
diff --git a/configure b/configure
index d0a760fc2c..5577046146 100644
--- a/configure
+++ b/configure
@@ -2465,8 +2465,8 @@ if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
fi
# If the tests are enabled, then find all the test suite Makefiles
-echo $ac_n "checking Are the test suites enabled? ""... $ac_c" 1>&6
-echo "configure:2470: checking Are the test suites enabled? " >&5
+echo $ac_n "checking if the test suites are enabled? ""... $ac_c" 1>&6
+echo "configure:2470: checking if the test suites are enabled? " >&5
tests_enabled=yes
# Check whether --enable-tests or --disable-tests was given.
if test "${enable_tests+set}" = set; then
@@ -2580,8 +2580,8 @@ fi
fi
# If the HWAPI is enabled, the find the HWAPI Makefiles
-echo $ac_n "checking Is the HWAPI enabled? ""... $ac_c" 1>&6
-echo "configure:2585: checking Is the HWAPI enabled? " >&5
+echo $ac_n "checking if the HWAPI is enabled? ""... $ac_c" 1>&6
+echo "configure:2585: checking if the HWAPI is enabled? " >&5
# Check whether --enable-hwapi or --disable-hwapi was given.
if test "${enable_hwapi+set}" = set; then
enableval="$enable_hwapi"
diff --git a/configure.in b/configure.in
index e182f2f762..12380d814d 100644
--- a/configure.in
+++ b/configure.in
@@ -311,7 +311,7 @@ if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
fi
# If the tests are enabled, then find all the test suite Makefiles
-AC_MSG_CHECKING([Are the test suites enabled? ])
+AC_MSG_CHECKING([if the test suites are enabled? ])
tests_enabled=yes
AC_ARG_ENABLE(tests, \
[ --enable-tests enable tests], \
@@ -336,7 +336,7 @@ if test "$tests_enabled" = "yes"; then
fi
# If the HWAPI is enabled, the find the HWAPI Makefiles
-AC_MSG_CHECKING([Is the HWAPI enabled? ])
+AC_MSG_CHECKING([if the HWAPI is enabled? ])
AC_ARG_ENABLE(hwapi, \
[ --enable-hwapi enable hardware API library], \
[case "${enableval}" in