Tor Arntsen made the ares build warnings etc get included as well

This commit is contained in:
Daniel Stenberg 2004-02-13 07:15:36 +00:00
parent e7d9ea8919
commit eb4d65d0ba

View File

@ -207,7 +207,7 @@ if { grep "define USE_ARES" lib/config.h; } then
echo "testcurl: build ares"
cd ares
make
make 2>&1 | sed -e "s:$pwd::g"
echo "testcurl: ares is now built"
# cd back to the curl build dir