From 7dea4acc467078e02d39fd50e3167640cb51b5a8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 11 Dec 2003 10:20:44 +0000 Subject: ares-using configure should run configure in the subdir by itself --- testcurl.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/testcurl.sh b/testcurl.sh index 56e2ac31c..967c0e1fa 100755 --- a/testcurl.sh +++ b/testcurl.sh @@ -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" -- cgit v1.2.3