Update (very old) dold to handle --silent argument
[mono.git] / libgc / acinclude.m4
index 16c7da8151bda9f2c6c512a00f9596900ffe66b7..e32d464dbbe4fccda68a0a0e08b515bbe8f18769 100644 (file)
@@ -158,6 +158,7 @@ modeok=false
 tagok=false
 for arg in "$[]@"; do
     case "$arg" in
+        --silent) ;;
         --mode=compile) modeok=true ;;
         --tag=CC|--tag=CXX) tagok=true ;;
         --quiet) ;;