]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Handle "configure:"/"Configure:" false positives.
authorSimon Ruderich <simon@ruderich.org>
Thu, 22 Mar 2012 14:18:33 +0000 (15:18 +0100)
committerSimon Ruderich <simon@ruderich.org>
Thu, 22 Mar 2012 14:18:33 +0000 (15:18 +0100)
bin/blhc
t/logs/configure

index 47f4e2a8ca9027fe1996a31ba5739d49ca8a6782..465ce0fc04d4708fd5fbdab00f5aed68206a6d3c 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -452,7 +452,8 @@ while (my $line = <>) {
             # Ignore false positives.
             #
             # `./configure` output.
-            next if not $non_verbose and $line =~ /^checking /;
+            next if not $non_verbose
+                    and $line =~ /^(?:checking|(?:C|c)onfigure:) /;
             next if $line =~ /^\s*(?:Host\s+)?(?:C\s+)?
                                (?:C|c)ompiler[\s.]*:?\s+
                                $cc_regex
index bc4d57cdf5fb830992efe3a0b4963d73df5225ee..623c5635ead62fc11da9826e6712e5b5b95d1366 100644 (file)
@@ -72,6 +72,8 @@ Configuration:
 configure: using CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC
 configure: using LDFLAGS=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now  -Wl,--as-needed
 
+configure: Compiling with gcc -fstack-protector-all et al.
+
 echo Using CC="gcc"
 Using CC=gcc
 echo Using CXX="gcc"