From: Yang Tse Date: Wed, 3 Jun 2009 00:07:46 +0000 (+0000) Subject: Die when instructed to build c-ares and this fails X-Git-Tag: curl-7_19_6~195 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7bf82a814b7f5f83b1a6590f3ef3764fa1c26d3f;p=curl Die when instructed to build c-ares and this fails --- diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 1d1ea8810..4b5319523 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -614,7 +614,7 @@ if (grepfile("define USE_ARES", "lib/config$confsuffix.h")) { if (-f "libcares$libext") { logit "ares is now built successfully (libcares$libext)"; } else { - logit "ares build failed (libares$libext)"; + mydie "ares build failed (libcares$libext)"; } # cd back to the curl build dir