summaryrefslogtreecommitdiffstats
path: root/aclocal/enable-gcc28.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal/enable-gcc28.m4')
-rw-r--r--aclocal/enable-gcc28.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/enable-gcc28.m4 b/aclocal/enable-gcc28.m4
index 5f2496f53d..4b44359da5 100644
--- a/aclocal/enable-gcc28.m4
+++ b/aclocal/enable-gcc28.m4
@@ -3,7 +3,7 @@ dnl $Id$
AC_DEFUN(RTEMS_ENABLE_GCC28,
[
AC_ARG_ENABLE(gcc28,
-[ --enable-gcc28 enable use of gcc 2.8.x features],
+AC_HELP_STRING([--enable-gcc28],[enable use of gcc 2.8.x features]),
[case "${enableval}" in
yes) RTEMS_USE_GCC272=no ;;
no) RTEMS_USE_GCC272=yes ;;