TrackMemory is another feature not supported by curl-config
authorYang Tse <yangsita@gmail.com>
Wed, 10 Jun 2009 04:06:06 +0000 (04:06 +0000)
committerYang Tse <yangsita@gmail.com>
Wed, 10 Jun 2009 04:06:06 +0000 (04:06 +0000)
tests/libtest/test1013.pl

index 6127df8..8ab1a8c 100755 (executable)
@@ -22,7 +22,7 @@ $curl_protocols =~ /\w+: (.*)$/;
 @curl = split / /,$1;
 
 # These features are not supported by curl-config
-@curl = grep(!/^(Debug|Largefile|CharConv|GSS-Negotiate|SPNEGO)$/i, @curl);
+@curl = grep(!/^(Debug|TrackMemory|Largefile|CharConv|GSS-Negotiate|SPNEGO)$/i, @curl);
 @curl = sort @curl;
 
 # Read the output of curl-config