From: hno <> Date: Thu, 30 Aug 2007 04:58:26 +0000 (+0000) Subject: Kill the test referring to get_epoll-lib.sh, it's not needed. X-Git-Tag: SQUID_3_0_PRE7~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8af2c615d9312f61fc2a39ef8676f01516aae48;p=thirdparty%2Fsquid.git Kill the test referring to get_epoll-lib.sh, it's not needed. Test was broken, and a) Only triggers if the undocumented --enable-epoll option is used b) The script isn't even distributed with Squid-3, only Squid-2. c) I think it's fair to let admins insisting on using epoll on a system not built with epoll support have to do a bit of homework. --- diff --git a/configure.in b/configure.in index e83fb2ecaf..040c02845f 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Configuration input file for Squid dnl -dnl $Id: configure.in,v 1.471 2007/08/27 21:53:29 hno Exp $ +dnl $Id: configure.in,v 1.472 2007/08/29 22:58:26 hno Exp $ dnl dnl dnl @@ -11,7 +11,7 @@ AM_CONFIG_HEADER(include/autoconf.h) AC_CONFIG_AUX_DIR(cfgaux) AC_CONFIG_SRCDIR([src/main.cc]) AM_INIT_AUTOMAKE([tar-ustar]) -AC_REVISION($Revision: 1.471 $)dnl +AC_REVISION($Revision: 1.472 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -2584,12 +2584,6 @@ int main(int argc, char **argv) } ], [ac_cv_epoll_works=yes], [ac_cv_epoll_works=no])) 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 dnl Magic which checks whether we are forcing a type of comm loop we dnl are actually going to (ab)use