# HG changeset patch # User reimar # Date 1233663469 0 # Node ID fe584a095dfd1ee1345547a5479505e5ad5ee35f # Parent f14a2a438af250415bd6682b8ce530f88179cb54 Hack: fix MINGW compilation by hard-coding HAVE_ARPA_INET_H to 0 if __MINGW32__ is defined. diff -r f14a2a438af2 -r fe584a095dfd configure --- a/configure Tue Feb 03 11:47:07 2009 +0000 +++ b/configure Tue Feb 03 12:17:49 2009 +0000 @@ -8591,7 +8591,11 @@ #define CONFIG_SWSCALE 1 #define CONFIG_GRAY 0 +#ifdef __MINGW32__ +#define HAVE_ARPA_INET_H 0 +#else #define HAVE_ARPA_INET_H 1 +#endif #define HAVE_DOS_PATHS 0 #define HAVE_POLL_H 1 #define HAVE_PPC4XX 0