From: Amos Jeffries Date: Sat, 29 Mar 2008 06:56:53 +0000 (-0600) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_STABLE3~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6320b0588e0c3ef5e41f98c11a61e3665d26c797;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index 8464d9830c..665607ac42 100755 --- a/configure +++ b/configure @@ -43819,12 +43819,12 @@ _ACEOF { echo "$as_me:$LINENO: checking Maximum number of filedescriptors we can open" >&5 echo $ECHO_N "checking Maximum number of filedescriptors we can open... $ECHO_C" >&6; } +TLDFLAGS="$LDFLAGS" if test -n "$squid_filedescriptors_num" ; then SQUID_MAXFD=$squid_filedescriptors_num { echo "$as_me:$LINENO: result: $SQUID_MAXFD (user-forced)" >&5 echo "${ECHO_T}$SQUID_MAXFD (user-forced)" >&6; } else - TLDFLAGS="$LDFLAGS" case $host in i386-unknown-freebsd*) if echo "$LDFLAGS" | grep -q pthread; then