mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
test1013.pl: GSS-Negotiate doesn't exist as a feature anymore
This commit is contained in:
parent
64010d603c
commit
4e11bd156e
@ -23,7 +23,7 @@ $curl_protocols =~ /\w+: (.*)$/;
|
|||||||
@curl = split / /,$1;
|
@curl = split / /,$1;
|
||||||
|
|
||||||
# These features are not supported by curl-config
|
# These features are not supported by curl-config
|
||||||
@curl = grep(!/^(Debug|TrackMemory|Metalink|Largefile|CharConv|GSS-Negotiate)$/i, @curl);
|
@curl = grep(!/^(Debug|TrackMemory|Metalink|Largefile|CharConv)$/i, @curl);
|
||||||
@curl = sort @curl;
|
@curl = sort @curl;
|
||||||
|
|
||||||
# Read the output of curl-config
|
# Read the output of curl-config
|
||||||
|
Loading…
Reference in New Issue
Block a user