]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Thu, 30 Aug 2007 06:10:42 +0000 (06:10 +0000)
committerhno <>
Thu, 30 Aug 2007 06:10:42 +0000 (06:10 +0000)
configure

index caa53748c98f20d0f19b94fcf2c7fee9401b262c..a544bba35d767ecd668bdd14f02671cdae1c1c25 100755 (executable)
--- 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.
 #
 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