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:
parent
7dea4acc46
commit
1410deb8f7
@ -206,7 +206,7 @@ fi
|
|||||||
echo "testcurl: display lib/config.h"
|
echo "testcurl: display lib/config.h"
|
||||||
grep "^ *#" 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: setup to build ares"
|
||||||
|
|
||||||
echo "testcurl: build ares"
|
echo "testcurl: build ares"
|
||||||
|
Loading…
Reference in New Issue
Block a user