]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 29 Mar 2008 06:56:53 +0000 (00:56 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 29 Mar 2008 06:56:53 +0000 (00:56 -0600)
configure

index 8464d9830cdd32381c36a67c25cd8a07a089140c..665607ac427785f9522ef2689142f307cf64102f 100755 (executable)
--- 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