summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/enable-itron.m4
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/aclocal/enable-itron.m4')
-rw-r--r--cpukit/aclocal/enable-itron.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/aclocal/enable-itron.m4 b/cpukit/aclocal/enable-itron.m4
index 2cbdc77cf7..f187b4b6c3 100644
--- a/cpukit/aclocal/enable-itron.m4
+++ b/cpukit/aclocal/enable-itron.m4
@@ -2,8 +2,8 @@ dnl $Id$
AC_DEFUN([RTEMS_ENABLE_ITRON],
[
-AC_ARG_ENABLE(itron,
-AS_HELP_STRING(--enable-itron,enable itron interface),
+AC_ARG_ENABLE([itron],
+AS_HELP_STRING([--enable-itron],[enable itron interface (DEPRECATED)]),
[case "${enableval}" in
yes) RTEMS_HAS_ITRON_API=yes ;;
no) RTEMS_HAS_ITRON_API=no ;;