]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - bin/blhc
Handle "configure:"/"Configure:" false positives.
[blhc/blhc.git] / bin / blhc
index 47f4e2a8ca9027fe1996a31ba5739d49ca8a6782..465ce0fc04d4708fd5fbdab00f5aed68206a6d3c 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -452,7 +452,8 @@ while (my $line = <>) {
             # Ignore false positives.
             #
             # `./configure` output.
-            next if not $non_verbose and $line =~ /^checking /;
+            next if not $non_verbose
+                    and $line =~ /^(?:checking|(?:C|c)onfigure:) /;
             next if $line =~ /^\s*(?:Host\s+)?(?:C\s+)?
                                (?:C|c)ompiler[\s.]*:?\s+
                                $cc_regex