mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08: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
@ -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…
Reference in New Issue
Block a user