only build ares if truly enabled

This commit is contained in:
Daniel Stenberg 2003-12-12 15:06:17 +00:00
Родитель 7dea4acc46
Коммит 1410deb8f7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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