yangtse: curl-www/auto ccwarn.pm,1.26,1.27
[email protected] Tue, 19 Jan 2010 17:51:31 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/auto
In directory giant.haxx.se:/var/tmp/cvs-serv18951
Modified Files:
ccwarn.pm
Log Message:
highlight problems in runtests.pl script
Index: ccwarn.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/ccwarn.pm,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- ccwarn.pm 15 Jun 2009 01:22:19 -0000 1.26
+++ ccwarn.pm 19 Jan 2010 17:51:29 -0000 1.27
@@ -60,6 +60,8 @@
($l =~ /configure: WARNING: .*compiler options rejected/) ||
($l =~ /configure: WARNING: .*cannot determine strerror_r/) ||
($l =~ /configure: WARNING: .*cannot determine non-blocking/) ||
+ # problem in runtests.pl script
+ ($l =~ /runtests\.pl line/) ||
# autoconf overquoting in configure script
($l =~ /configure: .*command not found/))
{