changeset 28425:fe584a095dfd

Hack: fix MINGW compilation by hard-coding HAVE_ARPA_INET_H to 0 if __MINGW32__ is defined.
author reimar
date Tue, 03 Feb 2009 12:17:49 +0000
parents f14a2a438af2
children 7da4019dd701
files configure
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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