mirror of
https://github.com/curl/curl.git
synced 2025-09-25 05:26:48 +03:00
runtests: detect 'ares' better
... caused false detections of the threaded resolver otherwise
This commit is contained in:
parent
f8abd56450
commit
18b540f9d1
|
@ -2349,7 +2349,7 @@ sub checksystem {
|
||||||
$has_darwinssl=1;
|
$has_darwinssl=1;
|
||||||
$ssllib="DarwinSSL";
|
$ssllib="DarwinSSL";
|
||||||
}
|
}
|
||||||
elsif ($libcurl =~ /ares/i) {
|
if ($libcurl =~ /ares/i) {
|
||||||
$has_cares=1;
|
$has_cares=1;
|
||||||
$resolver="c-ares";
|
$resolver="c-ares";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user