URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [aclocal/] [enable-cxx.m4] - Rev 1771
Go to most recent revision | Compare with Previous | Blame | View Log
dnl enable-cxx.m4,v 1.3 2001/09/13 13:14:30 joel Exp AC_DEFUN(RTEMS_ENABLE_CXX, [ AC_ARG_ENABLE(cxx, 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 ;; *) AC_MSG_ERROR(bad value ${enableval} for enable-cxx option) ;; esac], [RTEMS_HAS_CPLUSPLUS=no]) ])
Go to most recent revision | Compare with Previous | Blame | View Log