summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-10-17 17:06:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-10-17 17:06:38 +0000
commitd6a6cff23b2df815700deafbeed385d52c9cf48f (patch)
treeb6e5ae9221cb4126fecbeb0fd247d0b6c334befe /c/src/aclocal
parent2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d6a6cff23b2df815700deafbeed385d52c9cf48f.tar.bz2
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
Diffstat (limited to 'c/src/aclocal')
-rw-r--r--c/src/aclocal/prog-cxx.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/aclocal/prog-cxx.m4 b/c/src/aclocal/prog-cxx.m4
index f1c6694da8..20175ee27c 100644
--- a/c/src/aclocal/prog-cxx.m4
+++ b/c/src/aclocal/prog-cxx.m4
@@ -18,6 +18,7 @@ dnl NOTE: This might be too restrictive
test -z "$CXX" \
&& AC_MSG_ERROR([no acceptable c++ found in \$PATH])
AC_PROG_CXX
+AC_PROG_CXXCPP
if test "$ac_cv_prog_cc_cross" != "$ac_cv_prog_cxx_cross"; then
AC_MSG_ERROR([***]
@@ -26,7 +27,6 @@ AC_PROG_CXX
[must both either be cross compilers or native compilers]
[Hint: If building a posix bsp: LD_LIBRARY_PATH?] )
fi
-
else
## Work-around to a bug in automake
AM_CONDITIONAL([am__fastdepCXX],[false])