mirror of
https://github.com/curl/curl.git
synced 2026-04-27 07:02:12 +03:00
display src/config.h as well after configure as run
This commit is contained in:
parent
353f764119
commit
e46b5719f2
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue