summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/rtems-debug.m4
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/aclocal/rtems-debug.m4')
-rw-r--r--cpukit/aclocal/rtems-debug.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/aclocal/rtems-debug.m4 b/cpukit/aclocal/rtems-debug.m4
index 9a9f15a33f..931a4b085a 100644
--- a/cpukit/aclocal/rtems-debug.m4
+++ b/cpukit/aclocal/rtems-debug.m4
@@ -1,6 +1,6 @@
## $Id$
-AC_DEFUN(RTEMS_ENABLE_RTEMS_DEBUG,
+AC_DEFUN([RTEMS_ENABLE_RTEMS_DEBUG],
[
AC_ARG_ENABLE(rtems-debug,
AC_HELP_STRING([--enable-rtems-debug],[enable RTEMS_DEBUG]),
@@ -11,7 +11,7 @@ AC_HELP_STRING([--enable-rtems-debug],[enable RTEMS_DEBUG]),
esac],[enable_rtems_debug=no])
])
-AC_DEFUN(RTEMS_CHECK_RTEMS_DEBUG,
+AC_DEFUN([RTEMS_CHECK_RTEMS_DEBUG],
[AC_REQUIRE([RTEMS_ENABLE_RTEMS_DEBUG])
AS_IF([test x"${enable_rtems_debug}" = x"yes"]
[AC_DEFINE_UNQUOTED(RTEMS_DEBUG,1,[if RTEMS_DEBUG is enabled])])