]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Clean up COSS warning logics
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Mon, 7 Sep 2009 12:33:17 +0000 (14:33 +0200)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Mon, 7 Sep 2009 12:33:17 +0000 (14:33 +0200)
configure.in

index 4a6b16d5389f0425f1331c77056daa084a0e9e37..c8f1816f4a58800a10fe3460f6499c063af29de6 100644 (file)
@@ -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])