diff options
| author | Andrew Dunstan | 2011-01-31 00:56:46 +0000 |
|---|---|---|
| committer | Andrew Dunstan | 2011-01-31 00:56:46 +0000 |
| commit | 91812df4ed0facfb90bec3f9430dd5a97d56f695 (patch) | |
| tree | 09e3d6d3f5ee3cfe1e4884b373b1271574153ad6 /configure | |
| parent | 9688c4e6f1516d2fc0db5d200112c4d91538878d (diff) | |
Enable building with the Mingw64 compiler.
This can be used to build 64 bit Windows binaries, not only on 64 bit
Windows but on supported cross-compiling hosts including 32 bit Windows,
Cygwin, Darwin and Linux.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18696,8 +18696,8 @@ else if test "${ac_cv_func_accept_arg3+set}" = set; then $as_echo_n "(cached) " >&6 else - for ac_cv_func_accept_return in 'int' 'unsigned int PASCAL'; do - for ac_cv_func_accept_arg1 in 'int' 'unsigned int'; do + for ac_cv_func_accept_return in 'int' 'unsigned int PASCAL' 'SOCKET'; do + for ac_cv_func_accept_arg1 in 'int' 'unsigned int' 'SOCKET'; do for ac_cv_func_accept_arg2 in 'struct sockaddr *' 'const struct sockaddr *' 'void *'; do for ac_cv_func_accept_arg3 in 'int' 'size_t' 'socklen_t' 'unsigned int' 'void'; do cat >conftest.$ac_ext <<_ACEOF |
