X-Git-Url: http://git.pk910.de/?p=NextIRCd.git;a=blobdiff_plain;f=configure.ac;h=29e982775c2fb6663d8917e8e6f710097339a6ba;hp=f424ed782bc7525b88d0205cf44495fa79e71225;hb=HEAD;hpb=88a5f99033da59a0865f4ca631a40fa780ebfdda diff --git a/configure.ac b/configure.ac index f424ed7..29e9827 100644 --- a/configure.ac +++ b/configure.ac @@ -35,8 +35,6 @@ AC_FUNC_MALLOC AC_CHECK_FUNCS([usleep select socket inet_pton inet_ntop]) AC_CHECK_HEADERS([fcntl.h sys/socket.h sys/select.h sys/time.h sys/types.h unistd.h windows.h winsock2.h errno.h sys/epoll.h sys/event.h]) - - AC_CHECK_LIB(ws2_32, main, [ LIBS="$LIBS -lws2_32" is_win32="yes"