Skip to content
Snippets Groups Projects
Commit 358ae6ba authored by Diego Elio Pettenò's avatar Diego Elio Pettenò Committed by Rémi Denis-Courmont
Browse files

build: create a macro to check for, and replace, possibly-inline functions.


mingw (both 32 and 64) provides a number of functions that have no C
linkage, but are only available as static inline. Define a macro that can
check for the function declaration but acts like AC_REPLACE_FUNC.

Use the new macro for asprintf/vasprintf (previously implemented in
configure.ac directly).

Signed-off-by: default avatarDiego Elio Pettenò <flameeyes@flameeyes.eu>
Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent d60d5102
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment