summaryrefslogtreecommitdiffstats
path: root/configure.in
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.in
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--configure.in2
1 files changed, 1 insertions, 1 deletions
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 ;;