From d6a6cff23b2df815700deafbeed385d52c9cf48f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 17 Oct 2006 17:06:38 +0000 Subject: =?UTF-8?q?2006-10-17=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP. --- testsuites/aclocal/prog-cxx.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/aclocal/prog-cxx.m4') diff --git a/testsuites/aclocal/prog-cxx.m4 b/testsuites/aclocal/prog-cxx.m4 index 465cd7ed86..190b81af00 100644 --- a/testsuites/aclocal/prog-cxx.m4 +++ b/testsuites/aclocal/prog-cxx.m4 @@ -20,6 +20,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([***] -- cgit v1.2.3