removed check for winsock2.h as it fails in anyway
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@788 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
parent
85617fc337
commit
b545650ee7
|
@ -55,7 +55,7 @@ AC_HEADER_SYS_WAIT
|
|||
AC_CHECK_HEADERS([arpa/inet.h fcntl.h netinet/in.h stdlib.h string.h \
|
||||
sys/socket.h sys/time.h unistd.h sys/sendfile.h sys/uio.h \
|
||||
getopt.h sys/epoll.h sys/select.h poll.h sys/poll.h sys/devpoll.h sys/filio.h \
|
||||
sys/mman.h sys/event.h sys/port.h winsock2.h pwd.h sys/syslimits.h \
|
||||
sys/mman.h sys/event.h sys/port.h pwd.h sys/syslimits.h \
|
||||
sys/resource.h sys/un.h syslog.h])
|
||||
|
||||
# Checks for typedefs, structures, and compiler characteristics.
|
||||
|
|
Loading…
Reference in New Issue