only build ares if truly enabled
authorDaniel Stenberg <daniel@haxx.se>
Fri, 12 Dec 2003 15:06:17 +0000 (15:06 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 12 Dec 2003 15:06:17 +0000 (15:06 +0000)
testcurl.sh

index 967c0e1fa9f94cb4809489df2b6c5cfb7ee55fc4..0f872b27f02cfa1e02a7fdaf7937b16e32c6ad4d 100755 (executable)
@@ -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"