summaryrefslogtreecommitdiffstats
path: root/aclocal/enable-itron.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal/enable-itron.m4')
-rw-r--r--aclocal/enable-itron.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/enable-itron.m4 b/aclocal/enable-itron.m4
index e49fa68c9f..3157ce0641 100644
--- a/aclocal/enable-itron.m4
+++ b/aclocal/enable-itron.m4
@@ -5,7 +5,7 @@ AC_DEFUN(RTEMS_ENABLE_ITRON,
## AC_BEFORE([$0], [RTEMS_CHECK_ITRON_API])dnl
AC_ARG_ENABLE(itron,
-AC_HELP_STRING([--enable-itron],[enable itron interface]),
+[AC_HELP_STRING([--enable-itron],[enable itron interface])],
[case "${enableval}" in
yes) RTEMS_HAS_ITRON_API=yes ;;
no) RTEMS_HAS_ITRON_API=no ;;