2001-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
	* aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
This commit is contained in:
Ralf Corsepius
2003-01-16 04:29:28 +00:00
parent 17aa98d2b3
commit 2a2def9888
3 changed files with 7 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ 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
[case "${enable_cxx}" in
yes) RTEMS_HAS_CPLUSPLUS=yes ;;
no) RTEMS_HAS_CPLUSPLUS=no ;;
*) AC_MSG_ERROR(bad value ${enableval} for enable-cxx option) ;;