bagder: curl-www/auto summarize.pl,1.34,1.35

[email protected]
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/auto
In directory labb.contactor.se:/tmp/cvs-serv5880

Modified Files:
	summarize.pl 
Log Message:
better config detection for windows builds


Index: summarize.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/summarize.pl,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- summarize.pl	9 Aug 2004 13:03:18 -0000	1.34
+++ summarize.pl	24 Nov 2004 22:28:41 -0000	1.35
@@ -198,11 +198,15 @@
         $libver = $1;
     }
     if($libcurl =~ /OpenSSL\/([^ ]*)/i) {
+        $httpstest = 1;
         $sslver = $1;
     }
     if($libcurl =~ /zlib\/([^ ]*)/i) {
         $zlibver = $1;
     }
+    if($libcurl =~ /libidn\/([^ ]*)/i) {
+        $libidn = $1;
+    }
     if($krb4enabled) {
         $krb4 = "K";
     }
@@ -424,7 +428,7 @@
             elsif($_ =~ /^TESTINFO: (\d*) tests were skipped/) {
                 $skipped = $1;
             }
-            elsif($_ =~ /^\* (libcurl\/.*)/) {
+            elsif($_ =~ /\) (libcurl\/.*)/) {
                 $libcurl = $1;
             }
             elsif(checkwarn($_)) {
@@ -479,7 +483,6 @@
             elsif($_ =~ /^\#define OS \"([^\"]*)\"/) {
                 $os=$1;
             }
-
         }
     }
     if($state) {

_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.