]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Kill the test referring to get_epoll-lib.sh, it's not needed.
authorhno <>
Thu, 30 Aug 2007 04:58:26 +0000 (04:58 +0000)
committerhno <>
Thu, 30 Aug 2007 04:58:26 +0000 (04:58 +0000)
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.

configure.in

index e83fb2ecaf56fff60c55c17e4c6155fa54f9d829..040c02845f72504c09d06f212d694eafb0a6de18 100644 (file)
@@ -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