summaryrefslogtreecommitdiffstats
path: root/aclocal/rtems-debug.m4
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--aclocal/rtems-debug.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/aclocal/rtems-debug.m4 b/aclocal/rtems-debug.m4
index 2f4941c3e1..d895b921b0 100644
--- a/aclocal/rtems-debug.m4
+++ b/aclocal/rtems-debug.m4
@@ -1,3 +1,5 @@
+## $Id$
+
AC_DEFUN(RTEMS_ENABLE_RTEMS_DEBUG,
[
AC_ARG_ENABLE(rtems-debug,
@@ -10,7 +12,7 @@ esac],[RTEMS_DEBUG=no])
])
AC_DEFUN(RTEMS_CHECK_RTEMS_DEBUG,
-[AC_REQUIRE(RTEMS_ENABLE_RTEMS_DEBUG)
+[AC_REQUIRE([RTEMS_ENABLE_RTEMS_DEBUG])
if test x"${RTEMS_DEBUG}" = x"yes";
then
AC_DEFINE_UNQUOTED(RTEMS_DEBUG,1,[if RTEMS_DEBUG is enabled])