gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] branch master updated: configure: fixed bui


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: configure: fixed build for latest MinGW
Date: Sun, 09 Dec 2018 13:45:10 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 1616caa1 configure: fixed build for latest MinGW
1616caa1 is described below

commit 1616caa17764c878bc18c6344a0f7f60b2cb596c
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Sun Dec 9 15:43:58 2018 +0300

    configure: fixed build for latest MinGW
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index 0f7f7bbf..9e0b6e12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -695,6 +695,9 @@ AS_IF([test "$enable_poll" != "no"],
                [AC_INCLUDES_DEFAULT]),
              [AC_MSG_CHECKING([for WSAPoll()])
               AC_LINK_IFELSE([AC_LANG_PROGRAM([[
+#if defined(_WIN32) && ! defined(__CYGWIN__) && ! defined(_WIN32_WINNT)
+#define _WIN32_WINNT 0x0501
+#endif
 #include <winsock2.h>
               ]],[[
 WSAPOLLFD fda[2];

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]