"a.rburgers" <[EMAIL PROTECTED]> writes: > the autoconf test for mmap is failing for cygwin,
Some programs need MAP_FIXED, so it's reasonable for Autoconf to test for it. Perhaps some programs don't need MAP_FIXED; in that case, perhaps there should be a new autoconf macro (AC_FUNC_MMAP_WITHOUT_MAP_FIXED?) to test for that. _______________________________________________ Autoconf mailing list [email protected] http://lists.gnu.org/mailman/listinfo/autoconf
