From: Daniel Stenberg Date: Fri, 12 Dec 2003 15:06:17 +0000 (+0000) Subject: only build ares if truly enabled X-Git-Tag: curl-7_11_0~137 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1410deb8f7b184c5f4a02266cdd7c16e51f9a791;p=curl only build ares if truly enabled --- 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"