Cygwin: make configure pass with -Werror

pull/773/head
Victor Julien 11 years ago
parent 2eeddf969d
commit 06f9b0adbf

@ -135,11 +135,17 @@
]])
AC_CHECK_HEADERS([windows.h winsock2.h ws2tcpip.h w32api/wtypes.h], [], [],
[[#define _X86_
[[
#ifndef _X86_
#define _X86_
#endif
]])
AC_CHECK_HEADERS([w32api/winbase.h], [], [],
[[#define _X86_
#include <windows.h>
[[
#ifndef _X86_
#define _X86_
#endif
#include <windows.h>
]])
# Checks for typedefs, structures, and compiler characteristics.

Loading…
Cancel
Save