mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
ares-using configure should run configure in the subdir by itself
This commit is contained in:
parent
a3c09e636d
commit
7dea4acc46
@ -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…
Reference in New Issue
Block a user