AC_FUNC_SETVBUF_REVERSED no longer fails when cross-compiling.

This commit is contained in:
Paul Eggert 2002-05-13 19:45:25 +00:00
parent a30032817f
commit ce73e38e5d

1
NEWS
View File

@ -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