yangtse: curl-www/auto ccwarn.pm,1.18,1.19

[email protected] Thu, 13 Nov 2008 23:45:25 +0000
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv19778/auto

Modified Files:
	ccwarn.pm 
Log Message:
highlight configure's failure to determine non-blocking socket method

Index: ccwarn.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/ccwarn.pm,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- ccwarn.pm	23 Oct 2008 09:06:04 -0000	1.18
+++ ccwarn.pm	13 Nov 2008 23:45:23 -0000	1.19
@@ -50,6 +50,7 @@
         # AC_MSG_WARN output in configure script
         ($l =~ /configure: WARNING: .*compiler options rejected/) ||
         ($l =~ /configure: WARNING: .*cannot determine strerror_r/) ||
+        ($l =~ /configure: WARNING: .*cannot determine non-blocking/) ||
         # autoconf overquoting in configure script
         ($l =~ /configure: .*command not found/))
     {