mirror of
https://github.com/curl/curl.git
synced 2026-08-26 22:34:45 +03:00
test: add cygwin feature and use it (test 1056, 1517)
To replace custom checks with the same effect. Closes #18327
This commit is contained in:
parent
29608d694e
commit
8fac255fc1
5 changed files with 11 additions and 22 deletions
|
|
@ -568,6 +568,9 @@ sub checksystemfeatures {
|
|||
$pwd = sys_native_current_path();
|
||||
$feature{"win32"} = 1;
|
||||
}
|
||||
if($curl =~ /cygwin|msys/i) {
|
||||
$feature{"cygwin"} = 1;
|
||||
}
|
||||
if($libcurl =~ /\sschannel\b/i) {
|
||||
$feature{"Schannel"} = 1;
|
||||
$feature{"SSLpinning"} = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue