yangtse: curl-www/auto ccwarn.pm,1.24,1.25
[email protected] Mon, 08 Jun 2009 18:40:34 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv9003/auto
Modified Files:
ccwarn.pm
Log Message:
simplyfy last check introduced
Index: ccwarn.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/ccwarn.pm,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- ccwarn.pm 8 Jun 2009 17:41:04 -0000 1.24
+++ ccwarn.pm 8 Jun 2009 18:40:32 -0000 1.25
@@ -49,8 +49,8 @@
($l =~ /^libtool: \w+: warning:/) ||
($l =~ /^libtool: link:.*cannot find the library/) ||
($l =~ /^libtool: link:.*is not a valid libtool object/) ||
- ($l =~ /^\*\*\* Warning: .* library needs some functionality .*/) ||
- ($l =~ /^\*\*\* Warning: .* does not have real file for .*/) ||
+ ($l =~ /Warning: .* library needs some functionality .*/) ||
+ ($l =~ /Warning: .* does not have real file for .*/) ||
# NetWare's nlmconv linker
($l =~ /^nlmconv:/) ||