aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtestcurl.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/testcurl.sh b/testcurl.sh
index a506e8f30..9571a92a4 100755
--- a/testcurl.sh
+++ b/testcurl.sh
@@ -246,6 +246,9 @@ fi
log "display lib/config.h"
grep "^ *#" lib/config.h
+log "display src/config.h"
+grep "^ *#" src/config.h
+
if { grep "define USE_ARES" lib/config.h; } then
log "setup to build ares"