forked from Imagelibrary/rtems
Suggested rephrasing of inline versus macros option by Chris Johns
<ccj@acm.org>.
This commit is contained 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 ;;
|
||||
|
||||
Reference in New Issue
Block a user