From: Amos Jeffries Date: Thu, 30 Apr 2009 11:51:29 +0000 (+1200) Subject: Dont stop on missing epoll.h X-Git-Tag: SQUID_3_2_0_1~1026 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98d139646728a750ebddb72c0c2a25932ea63af0;p=thirdparty%2Fsquid.git Dont stop on missing epoll.h --- diff --git a/configure.in b/configure.in index a983effc4d..7cf82cf153 100644 --- a/configure.in +++ b/configure.in @@ -1249,8 +1249,7 @@ if test -z "$disable_epoll"; then LIBS="$SAVED_LIBS" dnl epoll requires sys/epoll.h - AC_CHECK_HEADERS([sys/epoll.h],[], - [ AC_MSG_ERROR([required sys/epoll.h header file is missing.]) ]) + AC_CHECK_HEADERS([sys/epoll.h]) dnl Verify that epoll really works if test $ac_cv_func_epoll_ctl = yes; then