]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
squid_opt_* do not exist in 3.1
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 21 Dec 2010 07:12:02 +0000 (00:12 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 21 Dec 2010 07:12:02 +0000 (00:12 -0700)
configure.ac

index 29a3d1b3e4ad2370236b3a42f5907424d7a80757..9cb2470f5b3755b945eeb1b9c5694421e55609a2 100644 (file)
@@ -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"