]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-10-16 Ben Elliston <bje@cygnus.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Fri, 15 Oct 1999 23:06:31 +0000 (23:06 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Fri, 15 Oct 1999 23:06:31 +0000 (23:06 +0000)
* acspecific.m4 (AC_PROG_CXX): gcc is not a C++ compiler.

ChangeLog
acspecific.m4
lib/autoconf/specific.m4

index 35356f6a4541aed7b8d194e64d7398492a43eb77..74f973978af2768453866b93888edcc27264c2ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 77a0ba1113eb0a50dd2c2cfca38f66f12d385e18..edb6ff32fea2fa8c6e08a520032858a3856adcce 100644 (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
index 77a0ba1113eb0a50dd2c2cfca38f66f12d385e18..edb6ff32fea2fa8c6e08a520032858a3856adcce 100644 (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