]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add --enable-x-accelerator-vary to TestBed
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Feb 2009 01:44:48 +0000 (14:44 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Feb 2009 01:44:48 +0000 (14:44 +1300)
configure.in
test-suite/buildtests/layer-02-maximus.opts

index d69b6e624dc5c13d5215b2746fb3b005c5e1791f..4973fd0fb5bae6f8465ab498696942edd4ae1e4d 100644 (file)
@@ -1954,7 +1954,7 @@ AC_ARG_ENABLE(cpu-profiling,
 ])
 
 dnl Enable X-Accelerator-Vary for Vary support within an accelerator setup
-AC_ARG_ENABLE(x_accelerator_vary,
+AC_ARG_ENABLE(x-accelerator-vary,
   AC_HELP_STRING([--enable-x-accelerator-vary],
                  [Enable support for the X-Accelerator-Vary
                   HTTP header. Can be used to indicate
index b9f8eadbf96485a85db7edc982091a1909b50979..5043210fdcc74b5185ee5a0fa10723f976cacc26 100644 (file)
@@ -85,6 +85,7 @@ OPTS=" \
        --enable-stacktraces \
        --enable-cpu-profiling \
        --enable-vary \
+       --enable-x-accelerator-vary \
        --enable-ipv6 \
        --enable-auto-locale \
        --enable-zph-qos \