From: robertc <> Date: Tue, 22 Apr 2003 13:40:39 +0000 (+0000) Subject: bootstrapped X-Git-Tag: SQUID_3_0_PRE1~240 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75a17b07b7a3b6ce486dbd6c8a73db23b7a1da0d;p=thirdparty%2Fsquid.git bootstrapped --- diff --git a/configure b/configure index 9036f7d09d..53af207db7 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.329 . +# From configure.in Revision: 1.330 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.53. # @@ -4886,6 +4886,11 @@ else USE_EPOLL_TRUE='#' USE_EPOLL_FALSE= fi + +cat >>confdefs.h <<\_ACEOF +#define USE_EPOLL 0 +_ACEOF + # Check whether --enable-epoll or --disable-epoll was given. if test "${enable_epoll+set}" = set; then enableval="$enable_epoll" @@ -4899,11 +4904,6 @@ if test "${enable_epoll+set}" = set; then fi -cat >>confdefs.h <<\_ACEOF -#define USE_EPOLL 1 -_ACEOF - - if true; then USE_EPOLL_TRUE=