X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/209ea708c46245d853b73ca32c0c96375ae40b9f..e0045d49b691d5ead26f5cd411007844fb4a3d9b:/m4/cxx.m4 diff --git a/m4/cxx.m4 b/m4/cxx.m4 index 1d17e836..210833f6 100644 --- a/m4/cxx.m4 +++ b/m4/cxx.m4 @@ -15,8 +15,8 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -# 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301 USA # Written by Paul Eggert . @@ -29,7 +29,8 @@ AC_DEFUN([BISON_TEST_FOR_WORKING_CXX_COMPILER], [AC_LANG_PROGRAM( [#include using namespace std;], - [cout << "";])], + [std::cerr << ""; + cout << "";])], [bison_cv_cxx_works=yes], [bison_cv_cxx_works=no], [bison_cv_cxx_works=cross])