summaryrefslogtreecommitdiffstats
path: root/c/src/make/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-11-05 07:27:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-11-05 07:27:51 +0000
commit2595580275f341cd56d4d64234969d746af787a0 (patch)
treeeedd92826e52a248ed2ddd73d90e49586165c55f /c/src/make/configure.ac
parent2002-11-04 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-2595580275f341cd56d4d64234969d746af787a0.tar.bz2
2002-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Unconditionally check for CXX (Hack to bug in autoconf > 2.54).
Diffstat (limited to 'c/src/make/configure.ac')
-rw-r--r--c/src/make/configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/c/src/make/configure.ac b/c/src/make/configure.ac
index 411f21b5e5..aa3362f1c5 100644
--- a/c/src/make/configure.ac
+++ b/c/src/make/configure.ac
@@ -57,9 +57,7 @@ RTEMS_PROJECT_ROOT
RTEMS_PROG_CC_FOR_TARGET
## check for g++
-if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
- RTEMS_PROG_CXX_FOR_TARGET
-fi
+RTEMS_PROG_CXX_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS