]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 23 Oct 2008 11:24:43 +0000 (05:24 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 23 Oct 2008 11:24:43 +0000 (05:24 -0600)
configure

index a1d778054ff59b2ca9cd25c3dddf98b1b887afdf..b25cca606211e4ede4798015a4937144ea46e5e2 100755 (executable)
--- a/configure
+++ b/configure
@@ -21462,7 +21462,7 @@ if test "${enable_storeio+set}" = set; then
   yes)
        for dir in $srcdir/src/fs/*; do
            module="`basename $dir`"
-           if test -d "$dir" && test "$module" != CVS; then
+           if test -d "$dir" && test "$module" != CVS && test "$module" != coss; then
                STORE_MODULES="$STORE_MODULES $module"
            fi
        done