diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-12-11 10:20:44 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-12-11 10:20:44 +0000 |
commit | 7dea4acc467078e02d39fd50e3167640cb51b5a8 (patch) | |
tree | 930d3f9b518a9fd41ef0d7cc4a14e2cb9ed753d2 | |
parent | a3c09e636df4bd72f2b251e07197deb4870ffb0f (diff) |
ares-using configure should run configure in the subdir by itself
-rwxr-xr-x | testcurl.sh | 8 |
1 files changed, 1 insertions, 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" |