yangtse: curl-www/auto ccwarn.pm,1.22,1.23

[email protected] Tue, 26 May 2009 15:06:08 +0000
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv19604/auto

Modified Files:
	ccwarn.pm 
Log Message:
highlight configure's failure to enable curl debug memory tracking

Index: ccwarn.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/ccwarn.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- ccwarn.pm	27 Apr 2009 18:06:35 -0000	1.22
+++ ccwarn.pm	26 May 2009 15:06:06 -0000	1.23
@@ -58,6 +58,7 @@
         ($l =~ /configure: WARNING: .*compiler options rejected/) ||
         ($l =~ /configure: WARNING: .*cannot determine strerror_r/) ||
         ($l =~ /configure: WARNING: .*cannot determine non-blocking/) ||
+        ($l =~ /configure: WARNING: .*cannot enable curl debug/) ||
         # autoconf overquoting in configure script
         ($l =~ /configure: .*command not found/))
     {