mirror of
https://github.com/curl/curl.git
synced 2026-07-23 01:27:16 +03:00
Die when instructed to build c-ares and this fails
This commit is contained in:
parent
e1270928a3
commit
7bf82a814b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue