aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-12-12 15:06:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-12-12 15:06:17 +0000
commit1410deb8f7b184c5f4a02266cdd7c16e51f9a791 (patch)
tree7bc40895fc79768851d9365411330d57390200f9
parent7dea4acc467078e02d39fd50e3167640cb51b5a8 (diff)
only build ares if truly enabled
-rwxr-xr-xtestcurl.sh2
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"