summaryrefslogtreecommitdiffstats
path: root/aclocal/enable-cxx.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal/enable-cxx.m4')
-rw-r--r--aclocal/enable-cxx.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal/enable-cxx.m4 b/aclocal/enable-cxx.m4
index 84f5d3f745..5ef4987941 100644
--- a/aclocal/enable-cxx.m4
+++ b/aclocal/enable-cxx.m4
@@ -3,8 +3,8 @@ dnl $Id$
AC_DEFUN(RTEMS_ENABLE_CXX,
[
AC_ARG_ENABLE(cxx,
-AC_HELP_STRING([--enable-cxx],[enable C++ support and build the rtems++
-library]),
+[AC_HELP_STRING([--enable-cxx],
+[enable C++ support and build the rtems++ library])],
[case "${enableval}" in
yes) RTEMS_HAS_CPLUSPLUS=yes ;;
no) RTEMS_HAS_CPLUSPLUS=no ;;