2002-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Unconditionally check for CXX (Hack to bug in
	autoconf > 2.54).
This commit is contained in:
Ralf Corsepius
2002-11-05 07:27:51 +00:00
parent 9584c06f3e
commit 2595580275
10 changed files with 30 additions and 16 deletions

View File

@@ -16,10 +16,7 @@ RTEMS_ENABLE_CXX
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
RTEMS_PROG_CXX_FOR_TARGET
fi
RTEMS_PROG_CXX_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)