]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix typo in previous checkin.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Mar 2006 19:23:36 +0000 (19:23 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Mar 2006 19:23:36 +0000 (19:23 +0000)
ChangeLog

index 91c0bd8eb0b8cb6d8cde35bb58550e8a49ba0dd5..6b9481e69190f0d0589caa065b3780c6a2de3077 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
 
-       * tests/c.at (AC_PROG_CPP without warnings): Require that
-       /lib/cpp include stdio.h correctly.  Solaris 10's doesn't.
-       Problem reported by D'Arcy A MacIsaac and diagnosed by
+       * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
+       Require that /lib/cpp include stdio.h correctly.  Solaris 10's
+       doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
        Ralf Wildenhues.
 
 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>