1999-10-16 Ben Elliston <bje@cygnus.com>

* acspecific.m4 (AC_PROG_CXX): gcc is not a C++ compiler.
This commit is contained in:
Ben Elliston 1999-10-15 23:06:31 +00:00
parent e142ec2ba2
commit d9409a1c3c
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
1999-10-16 Ben Elliston <bje@cygnus.com>
* acspecific.m4 (AC_PROG_CXX): gcc is not a C++ compiler.
1999-10-13 Ben Elliston <bje@cygnus.com>
* acconfig.h: Reintroduce missing definitions due to testsuite

View File

@ -119,7 +119,7 @@ fi
AC_DEFUN(AC_PROG_CXX,
[AC_BEFORE([$0], [AC_PROG_CXXCPP])dnl
AC_CHECK_PROGS(CXX, $CCC c++ g++ gpp gcc CC cxx cc++ cl, gcc)
AC_CHECK_PROGS(CXX, $CCC c++ g++ gpp CC cxx cc++ cl, g++)
AC_PROG_CXX_WORKS
AC_PROG_CXX_GNU

View File

@ -119,7 +119,7 @@ fi
AC_DEFUN(AC_PROG_CXX,
[AC_BEFORE([$0], [AC_PROG_CXXCPP])dnl
AC_CHECK_PROGS(CXX, $CCC c++ g++ gpp gcc CC cxx cc++ cl, gcc)
AC_CHECK_PROGS(CXX, $CCC c++ g++ gpp CC cxx cc++ cl, g++)
AC_PROG_CXX_WORKS
AC_PROG_CXX_GNU