Skip to content
Snippets Groups Projects
Commit e46b5719 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

display src/config.h as well after configure as run

parent 353f7641
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment