Suggested rephrasing of inline versus macros option by Chris Johns

<ccj@acm.org>.
This commit is contained in:
Joel Sherrill
1999-03-17 15:56:03 +00:00
parent 1c0a186bef
commit e9e01dd61f
2 changed files with 2 additions and 2 deletions
Vendored
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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 ;;