mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
runtests: Fixed detection of Unix Sockets feature
...following change in curl --version output.
This commit is contained in:
parent
1abe65d928
commit
bde08d216c
@ -2411,7 +2411,7 @@ sub checksystem {
|
||||
if($feat =~ /IPv6/i) {
|
||||
$has_ipv6 = 1;
|
||||
}
|
||||
if($feat =~ /unix-sockets/i) {
|
||||
if($feat =~ /UnixSockets/i) {
|
||||
$has_unix = 1;
|
||||
}
|
||||
if($feat =~ /libz/i) {
|
||||
|
Loading…
Reference in New Issue
Block a user