aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-02-04 13:51:06 +0000
committerChristian Grothoff <christian@grothoff.org>2014-02-04 13:51:06 +0000
commit8251a574fb2a0dd2ec2155259057cb6fa5bf1a0f (patch)
tree2ba68af8baf4edaff282692a7cfba33a655c605b /configure.ac
parent0d8aeae6df35a54ec2e612eb944663880758b857 (diff)
downloadlibmicrohttpd-8251a574fb2a0dd2ec2155259057cb6fa5bf1a0f.tar.gz
libmicrohttpd-8251a574fb2a0dd2ec2155259057cb6fa5bf1a0f.zip
Karlson2k: Fix win32 cURL tests
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 836f602c..f9b51e71 100644
--- a/configure.ac
+++ b/configure.ac
@@ -225,7 +225,7 @@ AC_SUBST(PTHREAD_CPPFLAGS)
225AC_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])) 225AC_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]))
226 226
227# Check for optional headers 227# Check for optional headers
228AC_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]) 228AC_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])
229 229
230AC_CHECK_HEADERS([search.h], AM_CONDITIONAL(HAVE_TSEARCH, true), AM_CONDITIONAL(HAVE_TSEARCH, false)) 230AC_CHECK_HEADERS([search.h], AM_CONDITIONAL(HAVE_TSEARCH, true), AM_CONDITIONAL(HAVE_TSEARCH, false))
231 231