]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - bin/blhc
Handle another configure false positive.
[blhc/blhc.git] / bin / blhc
index 9430479bd435828153e6efc13d5401593fb88a1d..1d1fc27d6d2a5cdbe613de7c37cdf04105243f1f 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -326,7 +326,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*$/
-                    or $line =~ /^\s*(?:CC|CXX)\s*=\s*$cc_regex\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*/;