summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-12-10 16:43:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-12-10 16:43:55 +0000
commit3907075fdc57bfc327bbe2d3158cc06b51ff7e09 (patch)
tree401701c7b353d2217b122914e0f0f3e2cb73a1c2 /aclocal
parent2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-3907075fdc57bfc327bbe2d3158cc06b51ff7e09.tar.bz2
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/prog-cxx.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/prog-cxx.m4 b/aclocal/prog-cxx.m4
index 8f3f6d09ea..f362284968 100644
--- a/aclocal/prog-cxx.m4
+++ b/aclocal/prog-cxx.m4
@@ -15,9 +15,9 @@ _RTEMS_FLAGS([CXXFLAGS],
dnl Only accept g++
dnl NOTE: This might be too restrictive
RTEMS_CHECK_TOOL(CXX,g++)
-AC_PROG_CXX
test -z "$CXX" \
&& AC_MSG_ERROR([no acceptable c++ found in \$PATH])
+AC_PROG_CXX
#if test "$GCC" = yes; then
#RTEMS_CXXFLAGS="$RTEMS_CXXFLAGS -Wall"