Skip to content
Snippets Groups Projects
Commit 18b540f9 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

runtests: detect 'ares' better

... caused false detections of the threaded resolver otherwise
parent f8abd564
No related branches found
No related tags found
No related merge requests found
......@@ -2349,7 +2349,7 @@ sub checksystem {
$has_darwinssl=1;
$ssllib="DarwinSSL";
}
elsif ($libcurl =~ /ares/i) {
if ($libcurl =~ /ares/i) {
$has_cares=1;
$resolver="c-ares";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment