summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-17 15:56:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-17 15:56:03 +0000
commite9e01dd61f628c4056c93e979086069be4e491e6 (patch)
tree7a7ae79461321f848ac331fd4c6b4d2d5695c8bb /configure
parentTemporarily took rtems_servers directory out of the build tree since there (diff)
downloadrtems-e9e01dd61f628c4056c93e979086069be4e491e6.tar.bz2
Suggested rephrasing of inline versus macros option by Chris Johns
<ccj@acm.org>.
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 e58966cd6c..7633ba9e53 100644
--- a/configure
+++ b/configure
@@ -64,7 +64,7 @@ ac_help="$ac_help
--enable-rdbg enable remote debugger"
ac_help="$ac_help
\
- --enable-rtems-inlines enable RTEMS inline functions (use macros)"
+ --enable-rtems-inlines enable RTEMS inline functions, the default (disable to use macros)"
ac_help="$ac_help
\
--enable-cxx enable C++ support, and build the rtems++ library"
diff --git a/configure.in b/configure.in
index fc802ec9cb..e50744569d 100644
--- a/configure.in
+++ b/configure.in
@@ -52,7 +52,7 @@ AC_ARG_ENABLE(rdbg, \
esac],[RTEMS_HAS_RDBG=no])
AC_ARG_ENABLE(rtems-inlines, \
-[ --enable-rtems-inlines enable RTEMS inline functions (use macros)], \
+[ --enable-rtems-inlines enable RTEMS inline functions, the default (disable to use macros)], \
[case "${enableval}" in
yes) RTEMS_USE_MACROS=no ;;
no) RTEMS_USE_MACROS=yes ;;