]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorHenrik Nordstrom <hno@squid-cache.org>
Tue, 18 Mar 2008 12:20:44 +0000 (06:20 -0600)
committerHenrik Nordstrom <hno@squid-cache.org>
Tue, 18 Mar 2008 12:20:44 +0000 (06:20 -0600)
configure

index de696613fb605ccd3cc02bd78569d9e6363fe637..11f8785028c38f8654c71e1c7653db8fde64f371 100755 (executable)
--- 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