From: Daniel Stenberg Date: Wed, 5 Feb 2014 22:36:16 +0000 (+0100) Subject: runtests: detect 'ares' better X-Git-Tag: curl-7_36_0~215 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18b540f9d18f189136e4a5cb3db5483d2a65eba2;p=thirdparty%2Fcurl.git runtests: detect 'ares' better ... caused false detections of the threaded resolver otherwise --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 65096948d4..c29aeaf525 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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"; }