From: Automatic source maintenance Date: Thu, 23 Oct 2008 11:24:43 +0000 (-0600) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_STABLE11_RC1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0558a48bf61555c35016a9afc1fd85fe0be18119;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index a1d778054f..b25cca6062 100755 --- 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