Die when instructed to build c-ares and this fails

This commit is contained in:
Yang Tse 2009-06-03 00:07:46 +00:00
Родитель e1270928a3
Коммит 7bf82a814b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -614,7 +614,7 @@ if (grepfile("define USE_ARES", "lib/config$confsuffix.h")) {
if (-f "libcares$libext") { if (-f "libcares$libext") {
logit "ares is now built successfully (libcares$libext)"; logit "ares is now built successfully (libcares$libext)";
} else { } else {
logit "ares build failed (libares$libext)"; mydie "ares build failed (libcares$libext)";
} }
# cd back to the curl build dir # cd back to the curl build dir