source: rtems/aclocal/enable-cxx.m4 @ 2f044a8

4.104.114.95
Last change on this file since 2f044a8 was 72896de, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/20/08 at 13:09:29

s/AC_HELP/AS_HELP/.

  • Property mode set to 100644
File size: 343 bytes
RevLine 
[9ec96478]1dnl $Id$
2
[3959276e]3AC_DEFUN([RTEMS_ENABLE_CXX],
[9ec96478]4[
5AC_ARG_ENABLE(cxx,
[72896de]6[AS_HELP_STRING([--enable-cxx],
[314a962]7[enable C++ support and build the rtems++ library])],
[2a2def9]8[case "${enable_cxx}" in
[9ec96478]9  yes) RTEMS_HAS_CPLUSPLUS=yes ;;
10  no) RTEMS_HAS_CPLUSPLUS=no   ;;
11  *)  AC_MSG_ERROR(bad value ${enableval} for enable-cxx option) ;;
12esac], [RTEMS_HAS_CPLUSPLUS=no])
13])
Note: See TracBrowser for help on using the repository browser.