]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - bin/blhc
Ignore false positive in ./configure summary.
[blhc/blhc.git] / bin / blhc
index 383fcc15f06b0d0a3ea750d6104e4d9357fbd023..1cb49a6aa13990507138fc292bf995431571e6a8 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -265,6 +265,11 @@ if ($bindnow) {
 }
 
 foreach my $line (@input) {
+    # Ignore false positives.
+    #
+    # ./configure summary.
+    next if $line =~ /^Compiler:\s+(cc|gcc|g\+\+|c\+\+)$/;
+
     # Is this a compiler or linker command?
     my $compiler = 1;
     my $linker   = 0;