Commit 1410deb8 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

only build ares if truly enabled

parent 7dea4acc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"