summaryrefslogtreecommitdiffstats
path: root/c/make
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/make
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/make')
-rw-r--r--c/make/ChangeLog5
-rw-r--r--c/make/configure.ac4
2 files changed, 6 insertions, 3 deletions
diff --git a/c/make/ChangeLog b/c/make/ChangeLog
index e266e21881..9c1eebaf09 100644
--- a/c/make/ChangeLog
+++ b/c/make/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Unconditionally check for CXX (Hack to bug in
+ autoconf > 2.54).
+
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.
diff --git a/c/make/configure.ac b/c/make/configure.ac
index 36a72bca50..1026300bce 100644
--- a/c/make/configure.ac
+++ b/c/make/configure.ac
@@ -33,9 +33,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