summaryrefslogtreecommitdiffstats
path: root/aclocal/rtems-debug.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal/rtems-debug.m4')
-rw-r--r--aclocal/rtems-debug.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/rtems-debug.m4 b/aclocal/rtems-debug.m4
index f83a039d40..e68e4b707f 100644
--- a/aclocal/rtems-debug.m4
+++ b/aclocal/rtems-debug.m4
@@ -3,7 +3,7 @@
AC_DEFUN(RTEMS_ENABLE_RTEMS_DEBUG,
[
AC_ARG_ENABLE(rtems-debug,
-[ --enable-rtems-debug enable RTEMS_DEBUG],
+AC_HELP_STRING([--enable-rtems-debug],[enable RTEMS_DEBUG]),
[case "${enableval}" in
yes) RTEMS_DEBUG=yes ;;
no) RTEMS_DEBUG=no ;;