diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-12-12 15:06:17 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-12-12 15:06:17 +0000 |
commit | 1410deb8f7b184c5f4a02266cdd7c16e51f9a791 (patch) | |
tree | 7bc40895fc79768851d9365411330d57390200f9 /testcurl.sh | |
parent | 7dea4acc467078e02d39fd50e3167640cb51b5a8 (diff) | |
download | curl-1410deb8f7b184c5f4a02266cdd7c16e51f9a791.tar.gz |
only build ares if truly enabled
Diffstat (limited to 'testcurl.sh')
-rwxr-xr-x | testcurl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcurl.sh b/testcurl.sh index 967c0e1fa..0f872b27f 100755 --- a/testcurl.sh +++ b/testcurl.sh @@ -206,7 +206,7 @@ fi 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" |