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:51:28 +00:00
parent c614948571
commit 3ab7226ae5
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-12 Santosh G Vattam <vattam.santosh@gmail.com>
PR 1378/filesystem

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])])
])