mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:13:35 +03:00
only build ares if truly enabled
This commit is contained in:
parent
7dea4acc46
commit
1410deb8f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue