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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
           }