From: Amos Jeffries Date: Sun, 1 Feb 2009 01:44:48 +0000 (+1300) Subject: Add --enable-x-accelerator-vary to TestBed X-Git-Tag: SQUID_3_2_0_1~1228 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2092c67d0a538841e73ef447482a244deb268ad8;p=thirdparty%2Fsquid.git Add --enable-x-accelerator-vary to TestBed --- diff --git a/configure.in b/configure.in index d69b6e624d..4973fd0fb5 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/test-suite/buildtests/layer-02-maximus.opts b/test-suite/buildtests/layer-02-maximus.opts index b9f8eadbf9..5043210fdc 100644 --- a/test-suite/buildtests/layer-02-maximus.opts +++ b/test-suite/buildtests/layer-02-maximus.opts @@ -85,6 +85,7 @@ OPTS=" \ --enable-stacktraces \ --enable-cpu-profiling \ --enable-vary \ + --enable-x-accelerator-vary \ --enable-ipv6 \ --enable-auto-locale \ --enable-zph-qos \