From: Henrik Nordstrom Date: Mon, 7 Sep 2009 12:33:17 +0000 (+0200) Subject: Clean up COSS warning logics X-Git-Tag: SQUID_3_2_0_1~734 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf4158ba2517aa981c36c25d0d3ac72f3b330742;p=thirdparty%2Fsquid.git Clean up COSS warning logics --- diff --git a/configure.in b/configure.in index 4a6b16d538..c8f1816f4a 100644 --- a/configure.in +++ b/configure.in @@ -696,11 +696,11 @@ if test -n "$STORE_MODULES"; then fi done for module in $STORE_MODULES_FULL; do - if test "$module" = "coss"; then - echo "WARNING: COSS Support is not stable yet in Squid-3. Please do not use." - sleep 10; - fi case "$module" in + coss) + echo "WARNING: COSS Support is not stable yet in Squid-3. Please do not use." + sleep 10 + ;; esac done AC_MSG_NOTICE([Store modules built: $STORE_MODULES])