1
0
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:
Daniel Stenberg 2003-12-11 10:20:44 +00:00
parent a3c09e636d
commit 7dea4acc46

View File

@ -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"