summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-03 18:02:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-03 18:02:16 +0000
commit70dda0eab9ce3de6fbf2d02e26d4bc7deb4f8eb6 (patch)
tree8c38fec1143b8384ba56b1c778add267b820f9e6 /configure.in
parentCleaned up installation of pictures and common html files. (diff)
downloadrtems-70dda0eab9ce3de6fbf2d02e26d4bc7deb4f8eb6.tar.bz2
Patch from Samuel Tardieu <sam@inf.enst.fr> so the messages printed
followed GNU conventions.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
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