summaryrefslogtreecommitdiffstats
path: root/aclocal/prog-cxx.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal/prog-cxx.m4')
-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"