forked from Imagelibrary/rtems
2009-04-02 Ralf Corsépius <ralfcorsepius@rtems.org>
* aclocal/check-rtems-debug.m4: Add missing ','.
This commit is contained in:
@@ -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>
|
2009-03-17 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
* libblock/src/ide_part_table.c: Fixed NULL pointer access.
|
* libblock/src/ide_part_table.c: Fixed NULL pointer access.
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
AC_DEFUN([RTEMS_CHECK_RTEMS_DEBUG],
|
AC_DEFUN([RTEMS_CHECK_RTEMS_DEBUG],
|
||||||
[AC_REQUIRE([RTEMS_ENABLE_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])])
|
[AC_DEFINE_UNQUOTED(RTEMS_DEBUG,1,[if RTEMS_DEBUG is enabled])])
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user