summaryrefslogtreecommitdiffstats
path: root/testsuites/samples
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 /testsuites/samples
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 'testsuites/samples')
-rw-r--r--testsuites/samples/ChangeLog5
-rw-r--r--testsuites/samples/configure.ac4
2 files changed, 6 insertions, 3 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index bea08fa155..6f178b39f2 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/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-31 Joel Sherrill <joel@OARcorp.com>
* base_mp/apptask.c: Removed warning.
diff --git a/testsuites/samples/configure.ac b/testsuites/samples/configure.ac
index 3e68b5a606..d5868df067 100644
--- a/testsuites/samples/configure.ac
+++ b/testsuites/samples/configure.ac
@@ -25,9 +25,7 @@ RTEMS_PROJECT_ROOT
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