gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r32408 - libmicrohttpd


From: gnunet
Subject: [GNUnet-SVN] r32408 - libmicrohttpd
Date: Tue, 18 Feb 2014 19:41:13 +0100

Author: Karlson2k
Date: 2014-02-18 19:41:12 +0100 (Tue, 18 Feb 2014)
New Revision: 32408

Modified:
   libmicrohttpd/configure.ac
Log:
fix configure warnings under cygwin

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2014-02-18 18:41:07 UTC (rev 32407)
+++ libmicrohttpd/configure.ac  2014-02-18 18:41:12 UTC (rev 32408)
@@ -172,6 +172,7 @@
      AM_CONDITIONAL(HAVE_W32, true)
      LDFLAGS="$LDFLAGS -lws2_32"
      AM_CONDITIONAL(HAVE_GNU_LD, true)
+     AC_CHECK_HEADERS([winsock2.h ws2tcpip.h],, AC_MSG_ERROR([[Winsock2 
headers are required for W32]]))
      os_is_windows=yes
      ;;
 *openedition*)
@@ -218,7 +219,7 @@
 AC_CHECK_HEADERS([fcntl.h math.h errno.h limits.h stdio.h locale.h sys/stat.h 
sys/types.h pthread.h],,AC_MSG_ERROR([Compiling libmicrohttpd requires standard 
UNIX headers files]))
 
 # Check for optional headers
-AC_CHECK_HEADERS([sys/types.h sys/time.h sys/msg.h netdb.h netinet/in.h 
netinet/tcp.h time.h sys/socket.h sys/mman.h arpa/inet.h sys/select.h poll.h 
winsock2.h ws2tcpip.h gcrypt.h])
+AC_CHECK_HEADERS([sys/types.h sys/time.h sys/msg.h netdb.h netinet/in.h 
netinet/tcp.h time.h sys/socket.h sys/mman.h arpa/inet.h sys/select.h poll.h 
gcrypt.h])
 
 AC_CHECK_HEADERS([search.h], AM_CONDITIONAL(HAVE_TSEARCH, true), 
AM_CONDITIONAL(HAVE_TSEARCH, false))
 




reply via email to

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