From: hno <> Date: Thu, 30 Aug 2007 06:10:42 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE7~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fae1cbd9a2cb8157fbc02a9b9eb9bb799fe76f3c;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index caa53748c9..a544bba35d 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.471 . +# From configure.in Revision: 1.472 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for Squid Web Proxy 3.0.PRE6-CVS. # @@ -42640,12 +42640,6 @@ fi echo "$as_me:$LINENO: result: $ac_cv_epoll_works" >&5 echo "${ECHO_T}$ac_cv_epoll_works" >&6 fi -if test ac_cv_epoll_works != yes && test x$SELECT_TYPE = xepoll; then - echo "Error - no epoll support found"; - echo "Try running 'sh ./scripts/get_epoll-lib.sh'"; - echo "then run configure again"; - exit -1 -fi