mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
TrackMemory is another feature not supported by curl-config
This commit is contained in:
parent
2c16681225
commit
1d97f13462
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user