]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
AC_FUNC_SETVBUF_REVERSED no longer fails when cross-compiling.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 May 2002 19:45:25 +0000 (19:45 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 May 2002 19:45:25 +0000 (19:45 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 830ca03a27a8a5dd5b9c9a1533c88596129b6545..774c963bfda64b1917625c3bd19c4ee911c8ccff 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,7 @@
 
 - AC_FUNC_GETLOADAVG now has an optional argument specifying the directory
   that contains getloadavg.c, and it tests whether getloadavg.c exists.
+- AC_FUNC_SETVBUF_REVERSED no longer fails when cross-compiling.
 - AC_PROG_CC_STDC is integrated into AC_PROG_CC.
 
 ** Bug fixes