]> granicus.if.org Git - curl/commitdiff
Die when instructed to build c-ares and this fails
authorYang Tse <yangsita@gmail.com>
Wed, 3 Jun 2009 00:07:46 +0000 (00:07 +0000)
committerYang Tse <yangsita@gmail.com>
Wed, 3 Jun 2009 00:07:46 +0000 (00:07 +0000)
tests/testcurl.pl

index 1d1ea8810201ef5baecb9b0efc93ad3d49960154..4b53195232ef097321b2b1b39c30aa701d9387a7 100755 (executable)
@@ -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