X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=bin%2Fblhc;h=527a09866e59214cdb620e007c8f74796e94084b;hb=01e6fd1cdcf4eaa755e4a9a6385e971bfe27774e;hp=0b4b681086bb009f85d9658882b49c88164dd4e4;hpb=343ede32cc9e8ab1c683cb2ea37f414f677c95bb;p=blhc%2Fblhc.git diff --git a/bin/blhc b/bin/blhc index 0b4b681..527a098 100755 --- a/bin/blhc +++ b/bin/blhc @@ -335,7 +335,11 @@ while (my $line = <>) { # # `./configure` output. next if not $non_verbose and $line =~ /^checking /; - next if $line =~ /^\s*(?:C|c)ompiler[\s.]*:\s+$cc_regex(?:\s-std=[a-z0-9:+]+)?\s*$/ + next if $line =~ /^\s*(?:C\s+)? + (?:C|c)ompiler[\s.]*:\s+ + $cc_regex + (?:\s-std=[a-z0-9:+]+)?\s*$ + /x or $line =~ /^\s*(?:- )?(?:CC|CXX)\s*=\s*$cc_regex\s*$/ or $line =~ /^\s*-- Check for working (?:C|CXX) compiler: / or $line =~ /^\s*(?:echo )?Using [A-Z_]+\s*=\s*/;