commit | 1410deb8f7b184c5f4a02266cdd7c16e51f9a791 | [log] [tgz] |
---|---|---|
author | Daniel Stenberg <daniel@haxx.se> | Fri Dec 12 15:06:17 2003 +0000 |
committer | Daniel Stenberg <daniel@haxx.se> | Fri Dec 12 15:06:17 2003 +0000 |
tree | 7bc40895fc79768851d9365411330d57390200f9 | |
parent | 7dea4acc467078e02d39fd50e3167640cb51b5a8 [diff] |
only build ares if truly enabled
diff --git a/testcurl.sh b/testcurl.sh index 967c0e1..0f872b2 100755 --- a/testcurl.sh +++ b/testcurl.sh
@@ -206,7 +206,7 @@ echo "testcurl: display lib/config.h" grep "^ *#" lib/config.h -if { grep USE_ARES lib/config.h; } then +if { grep "define USE_ARES" lib/config.h; } then echo "testcurl: setup to build ares" echo "testcurl: build ares"