summaryrefslogtreecommitdiffstats
path: root/aclocal/enable-cxx.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-02-20 13:09:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-02-20 13:09:29 +0000
commit72896de5849e915058d8daad7d1316e48b270b98 (patch)
tree108c8b3c73bfcae3b6917d8009fa2127d3b981de /aclocal/enable-cxx.m4
parent2008-02-20 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-72896de5849e915058d8daad7d1316e48b270b98.tar.bz2
s/AC_HELP/AS_HELP/.
Diffstat (limited to 'aclocal/enable-cxx.m4')
-rw-r--r--aclocal/enable-cxx.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/enable-cxx.m4 b/aclocal/enable-cxx.m4
index eb46663381..8648743c2d 100644
--- a/aclocal/enable-cxx.m4
+++ b/aclocal/enable-cxx.m4
@@ -3,7 +3,7 @@ dnl $Id$
AC_DEFUN([RTEMS_ENABLE_CXX],
[
AC_ARG_ENABLE(cxx,
-[AC_HELP_STRING([--enable-cxx],
+[AS_HELP_STRING([--enable-cxx],
[enable C++ support and build the rtems++ library])],
[case "${enable_cxx}" in
yes) RTEMS_HAS_CPLUSPLUS=yes ;;