local_conf/Error_Parse.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4a1642338c9b8ed04f589c6a5eb97e3028b33992
Author: Caolán McNamara <caol...@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#) ||
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to