Dan Kegel <[EMAIL PROTECTED]> wrote: > It looks like a lot of AC_FUNC_* macros are not > cross-compile-friendly, as they use AC_RUN_IFELSE.
Right. If you can find a way to rewrite any of the tests not to run a binary, please let us know. We try hard to avoid RUN tests, but it's not always possible. > Is an appropriate way to deal with these to > set environment variables before running config, Yes. > to tell it what it can't figure out itself? > e.g. > ac_cv_func_mmap_fixed_mapped=yes ./configure
