]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - bin/blhc
Handle another configure false positive.
[blhc/blhc.git] / bin / blhc
index 0b4b681086bb009f85d9658882b49c88164dd4e4..ee98a895db0924ee88a7762840484f49fe3e0d6c 100755 (executable)
--- 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*/;