Changeset 04e6f7bf in rtems for aclocal/enable-inlines.m4
- Timestamp:
- 07/06/00 20:13:35 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 02217e0b
- Parents:
- 6c5aba2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
aclocal/enable-inlines.m4
r6c5aba2 r04e6f7bf 11 11 esac],[RTEMS_USE_MACROS=no]) 12 12 AC_SUBST(RTEMS_USE_MACROS)dnl 13 14 if test x"${RTEMS_USE_MACROS}" = x"yes"; 15 then 16 AC_DEFINE_UNQUOTED(USE_MACROS,1,[if using macros]) 17 else 18 AC_DEFINE_UNQUOTED(USE_INLINES,1,[if using inlines]) 19 fi 20 21 13 22 ])
Note: See TracChangeset
for help on using the changeset viewer.