summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-04-02 11:49:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-04-02 11:49:51 +0000
commit52f8e7aa0d45332073af9b24ad026b1ffca64af5 (patch)
tree2882526c19a4af8196a43c15e87bdb275739b689 /cpukit/aclocal
parent2009-03-30 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-52f8e7aa0d45332073af9b24ad026b1ffca64af5.tar.bz2
2009-04-02 Ralf Corsépius <ralfcorsepius@rtems.org>
* aclocal/check-rtems-debug.m4: Add missing ','.
Diffstat (limited to 'cpukit/aclocal')
-rw-r--r--cpukit/aclocal/check-rtems-debug.m42
1 files changed, 1 insertions, 1 deletions
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])])
])