source: rtems/cpukit/aclocal/check-rtems-debug.m4 @ dea3a9ca

4.104.115
Last change on this file since dea3a9ca was 52f8e7aa, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/02/09 at 11:49:51

2009-04-02 Ralf Corsépius <ralfcorsepius@…>

  • aclocal/check-rtems-debug.m4: Add missing ','.
  • Property mode set to 100644
File size: 203 bytes
Line 
1## $Id$
2
3AC_DEFUN([RTEMS_CHECK_RTEMS_DEBUG],
4[AC_REQUIRE([RTEMS_ENABLE_RTEMS_DEBUG])
5AS_IF([test x"${enable_rtems_debug}" = x"yes"],
6  [AC_DEFINE_UNQUOTED(RTEMS_DEBUG,1,[if RTEMS_DEBUG is enabled])])
7])
Note: See TracBrowser for help on using the repository browser.