]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix: Unsupported tag name: yes
authorAmos Jeffries <amosjeffries@squid-cache.org>
Tue, 7 Oct 2008 10:39:12 +0000 (04:39 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Tue, 7 Oct 2008 10:39:12 +0000 (04:39 -0600)
--with-tags is documented by configure as having optional parameter
this is not true. The parameter is required.

test-suite/buildtests/layer-02-maximus.opts

index de5e7ea479862e189815cbde485fe890802555c3..233d7bc0be732c8abbf5fc8726fe3c6ef073d6ee 100644 (file)
@@ -21,6 +21,7 @@
 #   --with-cppunit-basedir=PATH \
 #   --with-openssl=PATH \
 #   --with-po2html=PATH \
+#   --with-tags=TAGS \
 #
 OPTS=" \
        --enable-loadable-modules \
@@ -93,6 +94,5 @@ OPTS=" \
        --with-localhost-ipv6 \
        --with-pic \
        --with-pthreads \
-       --with-tags \
        --with-valgrind-debug \
        "