mirror of
https://github.com/curl/curl.git
synced 2026-08-13 01:20:55 +03:00
ares-using configure should run configure in the subdir by itself
This commit is contained in:
parent
a3c09e636d
commit
7dea4acc46
1 changed files with 1 additions and 7 deletions
|
|
@ -209,14 +209,8 @@ grep "^ *#" lib/config.h
|
|||
if { grep USE_ARES lib/config.h; } then
|
||||
echo "testcurl: setup to build ares"
|
||||
|
||||
# make an ares dir
|
||||
mkdir ares
|
||||
|
||||
# run the ares configure
|
||||
cd ares
|
||||
../../$CURLDIR/ares/configure 2>&1
|
||||
|
||||
echo "testcurl: build ares"
|
||||
cd ares
|
||||
make
|
||||
echo "testcurl: ares is now built"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue