From cf65bb0049431dfbda49602905f837d5af7eb7c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Fri, 18 May 2012 07:37:45 +0200 Subject: [PATCH] Remove obsolete reference to posix bsp. --- c/src/aclocal/prog-cxx.m4 | 3 +-- testsuites/aclocal/prog-cxx.m4 | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/c/src/aclocal/prog-cxx.m4 b/c/src/aclocal/prog-cxx.m4 index 99b6e78c46..ba596ba05d 100644 --- a/c/src/aclocal/prog-cxx.m4 +++ b/c/src/aclocal/prog-cxx.m4 @@ -22,8 +22,7 @@ AC_PROG_CXXCPP AC_MSG_ERROR([***] [Inconsistency in compiler configuration:] [Target C compiler and target C++ compiler] - [must both either be cross compilers or native compilers] - [Hint: If building a posix bsp: LD_LIBRARY_PATH?] ) + [must both either be cross compilers or native compilers]) fi else ## Work-around to a bug in automake diff --git a/testsuites/aclocal/prog-cxx.m4 b/testsuites/aclocal/prog-cxx.m4 index 7d8d6f65fb..ccd10f208d 100644 --- a/testsuites/aclocal/prog-cxx.m4 +++ b/testsuites/aclocal/prog-cxx.m4 @@ -25,7 +25,6 @@ AC_PROG_CXXCPP [Inconsistency in compiler configuration:] [Target C compiler and target C++ compiler] [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