From 0558a48bf61555c35016a9afc1fd85fe0be18119 Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Thu, 23 Oct 2008 05:24:43 -0600 Subject: [PATCH] Bootstrapped --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2