From 1410deb8f7b184c5f4a02266cdd7c16e51f9a791 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 12 Dec 2003 15:06:17 +0000 Subject: only build ares if truly enabled --- testcurl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3