forked from Imagelibrary/rtems
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:
@@ -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) ;;
|
||||
|
||||
Reference in New Issue
Block a user