]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Dont stop on missing epoll.h
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 30 Apr 2009 11:51:29 +0000 (23:51 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 30 Apr 2009 11:51:29 +0000 (23:51 +1200)
configure.in

index a983effc4dd9e909394b2457062024e4b7989c25..7cf82cf15396132e4422495b273a5fcd8a539bb6 100644 (file)
@@ -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