Fix AC_FUNC_ACCEPT_ARGTYPES to accept `const struct sockaddr *' as second
Peter Eisentraut <peter_e@gmx.net>
Fix AC_FUNC_ACCEPT_ARGTYPES to accept `const struct sockaddr *' as second argument, change the order of tests for the third argument to be safe against missing prototypes, and make it fail hard if none of the combinations succeed.
Files
| Path | Change | +/− |
|---|---|---|
| aclocal.m4 | modified | +16 −15 |
| config/ac_func_accept_argtypes.m4 | modified | +12 −11 |
| configure | modified | +171 −173 |