yangtse: curl-www/auto ccwarn.pm,1.16,1.17
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv4974/auto
Modified Files:
ccwarn.pm
Log Message:
adjust previous commit to only higlight 'compiler options rejected' warnings
Index: ccwarn.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/ccwarn.pm,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- ccwarn.pm 9 Oct 2008 23:35:45 -0000 1.16
+++ ccwarn.pm 10 Oct 2008 02:45:09 -0000 1.17
@@ -48,7 +48,7 @@
# GNU and MIPS ld error
($l =~ /^[^ ?*]*ld((32)|(64))?: /) ||
# AC_MSG_WARN output in configure script
- ($l =~ /configure: WARNING:/) ||
+ ($l =~ /configure: WARNING: .*compiler options rejected/) ||
# autoconf overquoting in configure script
($l =~ /configure: .*command not found/))
{