yangtse: curl-www/auto ccwarn.pm,1.17,1.18
[email protected] Thu, 23 Oct 2008 09:06:06 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv16259/auto
Modified Files:
ccwarn.pm
Log Message:
Highlight failure to determine strerror_r() style when it exists.
Index: ccwarn.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/ccwarn.pm,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- ccwarn.pm 10 Oct 2008 02:45:09 -0000 1.17
+++ ccwarn.pm 23 Oct 2008 09:06:04 -0000 1.18
@@ -49,6 +49,7 @@
($l =~ /^[^ ?*]*ld((32)|(64))?: /) ||
# AC_MSG_WARN output in configure script
($l =~ /configure: WARNING: .*compiler options rejected/) ||
+ ($l =~ /configure: WARNING: .*cannot determine strerror_r/) ||
# autoconf overquoting in configure script
($l =~ /configure: .*command not found/))
{