1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

only build ares if truly enabled

This commit is contained in:
Daniel Stenberg 2003-12-12 15:06:17 +00:00
parent 7dea4acc46
commit 1410deb8f7

View File

@ -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"