From: Amos Jeffries Date: Tue, 21 Dec 2010 07:12:02 +0000 (-0700) Subject: squid_opt_* do not exist in 3.1 X-Git-Tag: SQUID_3_1_10~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76976642fe593c15b29c2a65c8f9db0c244a8d55;p=thirdparty%2Fsquid.git squid_opt_* do not exist in 3.1 --- diff --git a/configure.ac b/configure.ac index 29a3d1b3e4..9cb2470f5b 100644 --- a/configure.ac +++ b/configure.ac @@ -533,7 +533,7 @@ for module in $MAYBE_DISK_MODULES none; do i386-unknown-freebsd*) if test `echo "$squid_host_os_version" | cut -b1` -lt 7 ; then AC_MSG_NOTICE(pthread library requires FreeBSD 7 or later) - squid_opt_use_diskthreads="no" + use_diskthreads="no" else SQUID_CFLAGS="$SQUID_CFLAGS -D_REENTRANT" SQUID_CXXFLAGS="$SQUID_CXXFLAGS -D_REENTRANT"