Fix AC_FUNC_ACCEPT_ARGTYPES to accept `const struct sockaddr *' as second

Peter Eisentraut <peter_e@gmx.net>

Commit: 662f6a557cbcaf977cdd8b58bc627ac2a8aa82d5
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2000-08-26T21:11:45Z
Releases: 7.1.1
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

PathChange+/−
aclocal.m4 modified +16 −15
config/ac_func_accept_argtypes.m4 modified +12 −11
configure modified +171 −173