[Libreoffice-commits] .: Branch 'tinderbox' - local_conf/Error_Parse.pm
Caolán McNamara
caolan at kemper.freedesktop.org
Tue Sep 4 00:49:12 PDT 2012
local_conf/Error_Parse.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4a1642338c9b8ed04f589c6a5eb97e3028b33992
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Sep 4 08:49:07 2012 +0100
try and silence false positive on Exception.lo filename
diff --git a/local_conf/Error_Parse.pm b/local_conf/Error_Parse.pm
index 9f9521c..7f1f86e 100644
--- a/local_conf/Error_Parse.pm
+++ b/local_conf/Error_Parse.pm
@@ -283,7 +283,7 @@ sub line_type {
($line =~ m#^checking (if|whether).*/bin/rm: cannot remove `conftest\*´: No such file or directory$#) ||
($line =~ m#^checking for -Bsymbolic-functions linker support \.\.\. not found#) ||
# cppunit
- ($line =~ m#^ CXX Exception.lo#) ||
+ ($line =~ m#^\s*CXX\s*Exception.lo#) ||
# gettext related
($line =~ m#^checking where term(info|cap) library functions come from\.\.\. not found, consider installing GNU ncurses#) ||
($line =~ m#^ CC (error-progname|fatal-signal).lo#) ||
More information about the Libreoffice-commits
mailing list