aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"