From: Henrik Nordstrom Date: Tue, 18 Mar 2008 12:20:44 +0000 (-0600) Subject: Bootstrapped X-Git-Tag: BASIC_TPROXY4~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8cd66a74b56409d7933c292a5ce55c9eb9ccb5a3;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index de696613fb..11f8785028 100755 --- a/configure +++ b/configure @@ -43930,12 +43930,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