summaryrefslogtreecommitdiffstats
path: root/testsuites/aclocal/enable-cxx.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-03-25 07:33:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-03-25 07:33:57 +0000
commite84c2a46434da9febb0928587658b80d7814dc24 (patch)
tree0d1524a73a37c1206f934891f3130f466a0d29eb /testsuites/aclocal/enable-cxx.m4
parent2004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-e84c2a46434da9febb0928587658b80d7814dc24.tar.bz2
2004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/enable-bare.m4, aclocal/enable-cxx.m4, aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4, aclocal/enable-posix.m4, aclocal/enable-tests.m4, aclocal/multilib.m4, aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
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 ;;