projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dea4ac
)
only build ares if truly enabled
author
Daniel Stenberg
<daniel@haxx.se>
Fri, 12 Dec 2003 15:06:17 +0000
(15:06 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Fri, 12 Dec 2003 15:06:17 +0000
(15:06 +0000)
testcurl.sh
patch
|
blob
|
history
diff --git
a/testcurl.sh
b/testcurl.sh
index 967c0e1fa9f94cb4809489df2b6c5cfb7ee55fc4..0f872b27f02cfa1e02a7fdaf7937b16e32c6ad4d 100755
(executable)
--- a/
testcurl.sh
+++ b/
testcurl.sh
@@
-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"