From 18b540f9d18f189136e4a5cb3db5483d2a65eba2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 5 Feb 2014 23:36:16 +0100 Subject: runtests: detect 'ares' better ... caused false detections of the threaded resolver otherwise --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/runtests.pl b/tests/runtests.pl index 65096948d..c29aeaf52 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"; } -- cgit v1.2.3