TrackMemory is another feature not supported by curl-config

This commit is contained in:
Yang Tse 2009-06-10 04:06:06 +00:00
parent 2c16681225
commit 1d97f13462
1 changed files with 1 additions and 1 deletions

View File

@ -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