mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
parent
b5d565faa8
commit
2583d11f22
3 changed files with 1 additions and 7 deletions
|
|
@ -46,7 +46,7 @@ $curl_protocols =~ /\w+: (.*)$/;
|
|||
@curl = split / /,$1;
|
||||
|
||||
# These features are not supported by curl-config
|
||||
@curl = grep(!/^(Debug|TrackMemory|CharConv)$/i, @curl);
|
||||
@curl = grep(!/^(Debug|TrackMemory)$/i, @curl);
|
||||
@curl = sort @curl;
|
||||
|
||||
# Read the output of curl-config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue