summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-04-02 11:51:28 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-04-02 11:51:28 +0000
commit3ab7226ae560a28ff1f44ccef6f44a24c52dfb9d (patch)
tree88b606a1531b4672762dc24eb3a70bea428117b4
parentc61494857170e76bedb75037c2b05e9cd673abd2 (diff)
2009-04-02 Ralf Corsépius <ralfcorsepius@rtems.org>
* aclocal/check-rtems-debug.m4: Add missing ','.
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/aclocal/check-rtems-debug.m42
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 986e84fc83..6e3d7a1cd6 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -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
diff --git a/cpukit/aclocal/check-rtems-debug.m4 b/cpukit/aclocal/check-rtems-debug.m4
index d8d1818520..ef5c14efef 100644
--- a/cpukit/aclocal/check-rtems-debug.m4
+++ b/cpukit/aclocal/check-rtems-debug.m4
@@ -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])])
])