X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=ee98a895db0924ee88a7762840484f49fe3e0d6c;hp=0b4b681086bb009f85d9658882b49c88164dd4e4;hb=4a486ed36d77fd9d0f7ce1d3f5141beb582f930d;hpb=343ede32cc9e8ab1c683cb2ea37f414f677c95bb diff --git a/bin/blhc b/bin/blhc index 0b4b681..ee98a89 100755 --- a/bin/blhc +++ b/bin/blhc @@ -335,7 +335,7 @@ 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 )?(?:C|c)ompiler[\s.]*:\s+$cc_regex(?:\s-std=[a-z0-9:+]+)?\s*$/ 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*/;