yangtse: curl-www/auto ccwarn.pm,1.25,1.26

[email protected] Mon, 15 Jun 2009 01:22:22 +0000
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv1576/auto

Modified Files:
	ccwarn.pm 
Log Message:
Don't highlight configure's inability to enable curl debug memory tracking any
longer. Autobuild table already shows if the feature is truly enabled or not.

Index: ccwarn.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/ccwarn.pm,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- ccwarn.pm	8 Jun 2009 18:40:32 -0000	1.25
+++ ccwarn.pm	15 Jun 2009 01:22:19 -0000	1.26
@@ -49,8 +49,8 @@
         ($l =~ /^libtool: \w+: warning:/) ||
         ($l =~ /^libtool: link:.*cannot find the library/) ||
         ($l =~ /^libtool: link:.*is not a valid libtool object/) ||
-        ($l =~ /Warning: .* library needs some functionality .*/) ||
-        ($l =~ /Warning: .* does not have real file for .*/) ||
+        ($l =~ /Warning: .* library needs some functionality/) ||
+        ($l =~ /Warning: .* does not have real file for/) ||
 
         # NetWare's nlmconv linker
         ($l =~ /^nlmconv:/) ||
@@ -60,7 +60,6 @@
         ($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/))
     {