]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - bin/blhc
Fix false positive in kismet's build log.
[blhc/blhc.git] / bin / blhc
index 01c0e0223499d5a436cd6ec181bab6a4c20546ed..1bdea292cc027251fe9c3e811f19ed1c8dc27c89 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -440,6 +440,7 @@ sub is_non_verbose_build {
     #
     # C++ compiler setting.
     return 0 if $line =~ /^\s*C\+\+.+?:\s+(?:yes|no)\s*$/;
+    return 0 if $line =~ /^\s*C\+\+ Library: stdc\+\+$/;
     # "Compiling" with no file name.
     if ($line =~ /^\s*[Cc]ompiling\s+(.+?)(?:\.\.\.)?$/) {
         # $file_extension_regex may need spaces around the filename.