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