2009-04-02 Ralf Corsépius <ralfcorsepius@rtems.org>

* aclocal/check-rtems-debug.m4: Add missing ','.
This commit is contained in:
Ralf Corsepius
2009-04-02 11:50:31 +00:00
parent df2afaee80
commit a81f210736
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2009-04-02 Ralf Corsépius <ralfcorsepius@rtems.org>
* aclocal/check-rtems-debug.m4: Add missing ','.
2009-03-17 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libblock/src/ide_part_table.c: Fixed NULL pointer access.

View File

@@ -2,6 +2,6 @@
AC_DEFUN([RTEMS_CHECK_RTEMS_DEBUG],
[AC_REQUIRE([RTEMS_ENABLE_RTEMS_DEBUG])
AS_IF([test x"${enable_rtems_debug}" = x"yes"]
AS_IF([test x"${enable_rtems_debug}" = x"yes"],
[AC_DEFINE_UNQUOTED(RTEMS_DEBUG,1,[if RTEMS_DEBUG is enabled])])
])