mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-01 19:31:57 +08:00
* aclocal/rtems-debug.m4: Remove. * aclocal/enable-rtems-debug.m4: New (Split out from rtems-debug.m4). * aclocal/check-rtems-debug.m4: New (Split out from rtems-debug.m4).
8 lines
200 B
Plaintext
8 lines
200 B
Plaintext
## $Id$
|
|
|
|
AC_DEFUN(RTEMS_CHECK_RTEMS_DEBUG,
|
|
[AC_REQUIRE([RTEMS_ENABLE_RTEMS_DEBUG])
|
|
AS_IF([test x"${enable_rtems_debug}" = x"yes"]
|
|
[AC_DEFINE_UNQUOTED(RTEMS_DEBUG,1,[if RTEMS_DEBUG is enabled])])
|
|
])
|