From: Paul Eggert Date: Mon, 13 May 2002 19:45:25 +0000 (+0000) Subject: AC_FUNC_SETVBUF_REVERSED no longer fails when cross-compiling. X-Git-Tag: AUTOCONF-2.53b~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce73e38e5d41c9455bc673d5006a356646c774a0;p=thirdparty%2Fautoconf.git AC_FUNC_SETVBUF_REVERSED no longer fails when cross-compiling. --- diff --git a/NEWS b/NEWS index 830ca03a2..774c963bf 100644 --- 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