Akim Demaille <[EMAIL PROTECTED]> writes: >>>>>> "Karl" == Karl Berry <[EMAIL PROTECTED]> writes: > Karl> I use AC_FUNC_SETVBUF_REVERSED, and autoconf -Wall says this > Karl> about it: configure.ac:61: warning: AC_RUN_IFELSE called without > Karl> default to allow cross compiling > Karl> I don't know if it can be fixed, but I thought I'd mention it. One option that you may want to consider is just not using that macro; previous discussion on the autoconf list seemed to indicate that the number of systems that had that problem was very small even at the time and that most of them are no longer running anyway. > Hm, or maybe in such cases we can map > #undef SETVBUF_REVERSED > to > #error "SETVBUF_REVERSED has to be set by hand" > in config.h? In this case, I think the best thing to do would be to assume the normal case when cross-compiling, since the chances that someone's cross-compiling to one of the very few systems with this obscure bug seems rather remote. (And if they are, they're likely to know how to deal with this case better than we are.) -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/>