yangtse: curl-www/auto ccwarn.pm,1.8,1.9
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv13863
Modified Files:
ccwarn.pm
Log Message:
Expand detection of nlmconv diagnostics
Index: ccwarn.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/ccwarn.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ccwarn.pm 18 Oct 2007 10:14:27 -0000 1.8
+++ ccwarn.pm 19 Nov 2007 19:43:00 -0000 1.9
@@ -42,7 +42,7 @@
# libtool error
($l =~ /^libtool: link: /) ||
# NetWare's nlmconv linker
- ($l =~ /^nlmconv: warning: /) ||
+ ($l =~ /^nlmconv:/) ||
# GNU and MIPS ld error
($l =~ /^[^ ?*]*ld((32)|(64))?: /))
{