#! /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