From 27fc2e11e418c1e4aebd1e52908d1d6bbe64612a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 15 Feb 2002 17:42:44 +0000 Subject: [PATCH] Tweak g++ recognition on DJGPP. --- ChangeLog | 6 ++++++ configure.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d1e1b1ebc..43f6af246 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-02-15 Bruno Haible + + * djgpp/*: Update DJGPP support. + From Juan Manuel Guerrero . + * configure.in (CXX): Recognize 'gpp' as an alternative name for 'g++'. + 2002-02-14 Andrew Zabolotny * os2/README.OS2: Update. diff --git a/configure.in b/configure.in index 455087617..8d5e24654 100644 --- a/configure.in +++ b/configure.in @@ -129,7 +129,7 @@ CROSS_COMPILING=$cross_compiling AC_SUBST(CROSS_COMPILING) dnl Checks for optional programs for the tests/lang-* tests. -AC_CHECK_PROGS(CXX, $CCC c++ g++ gcc CC cxx cc++ cl, :) +AC_CHECK_PROGS(CXX, $CCC c++ g++ gpp gcc CC cxx cc++ cl, :) if test "$CXX" != ":"; then dnl Use a modified version of AC_PROG_CXX_WORKS that does not exit dnl upon failure. -- 2.47.2