X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=465ce0fc04d4708fd5fbdab00f5aed68206a6d3c;hp=47f4e2a8ca9027fe1996a31ba5739d49ca8a6782;hb=46cd48288d8300d525282dc31926108f264ee985;hpb=b84ebbd86fd950d7334d2a2b4adf977918a56a47 diff --git a/bin/blhc b/bin/blhc index 47f4e2a..465ce0f 100755 --- 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