mirror of
https://github.com/curl/curl.git
synced 2026-07-26 17:47:28 +03:00
configure: show CFLAGS, LDFLAGS etc in summary
To make it easier to understand other people's and remote builds etc. Closes #3207
This commit is contained in:
parent
29db6bbf90
commit
2dac26063a
1 changed files with 6 additions and 1 deletions
|
|
@ -4300,10 +4300,15 @@ XC_AMEND_DISTCLEAN([lib src tests/unit tests/server tests/libtest docs/examples]
|
|||
|
||||
AC_MSG_NOTICE([Configured to build curl/libcurl:
|
||||
|
||||
curl version: ${CURLVERSION}
|
||||
Host setup: ${host}
|
||||
Install prefix: ${prefix}
|
||||
Compiler: ${CC}
|
||||
CFLAGS: ${CFLAGS}
|
||||
CPPFLAGS: ${CPPFLAGS}
|
||||
LDFLAGS: ${LDFLAGS}
|
||||
LIBS: ${LIBS}
|
||||
|
||||
curl version: ${CURLVERSION}
|
||||
SSL support: ${curl_ssl_msg}
|
||||
SSH support: ${curl_ssh_msg}
|
||||
zlib support: ${curl_zlib_msg}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue