]> git.ipfire.org Git - thirdparty/autoconf.git/commit
AC_FUNC_MALLOC now guesses yes when cross-compiling
authorBruno Haible <bruno@clisp.org>
Fri, 1 Nov 2024 00:19:21 +0000 (17:19 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 Nov 2024 00:20:03 +0000 (17:20 -0700)
commit9ae3a35b19b6a5b5892e1a60610814c195f530b9
tree46a4b84f0ea1de9f7afff85b0922602fe9e773cb
parentebfccbf7502dfa01d16034b58b27f81038b8aabf
AC_FUNC_MALLOC now guesses yes when cross-compiling

The only platform that had this problem was native Windows,
and MSVC's malloc sets errno since 2015 at least.

* lib/autoconf/functions.m4 (AC_FUNC_MALLOC): Guess yes when
cross-compiling.
lib/autoconf/functions.m4