build: show if CA bundle to embed was found
Follow-up to 8a3740bc8e #14059
Closes #15027
This commit is contained in:
parent
9b3a7d1e6a
commit
f6036dead5
@ -1345,6 +1345,7 @@ if(_curl_ca_bundle_supported)
|
|||||||
if(BUILD_CURL_EXE AND NOT CURL_CA_EMBED STREQUAL "")
|
if(BUILD_CURL_EXE AND NOT CURL_CA_EMBED STREQUAL "")
|
||||||
if(EXISTS "${CURL_CA_EMBED}")
|
if(EXISTS "${CURL_CA_EMBED}")
|
||||||
set(CURL_CA_EMBED_SET TRUE)
|
set(CURL_CA_EMBED_SET TRUE)
|
||||||
|
message(STATUS "Found CA bundle to embed: ${CURL_CA_EMBED}")
|
||||||
else()
|
else()
|
||||||
message(FATAL_ERROR "CA bundle to embed is missing: '${CURL_CA_EMBED}'")
|
message(FATAL_ERROR "CA bundle to embed is missing: '${CURL_CA_EMBED}'")
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
@ -5410,6 +5410,7 @@ AC_MSG_NOTICE([Configured to build curl/libcurl:
|
|||||||
SSPI: ${curl_sspi_msg}
|
SSPI: ${curl_sspi_msg}
|
||||||
ca cert bundle: ${ca}${ca_warning}
|
ca cert bundle: ${ca}${ca_warning}
|
||||||
ca cert path: ${capath}${capath_warning}
|
ca cert path: ${capath}${capath_warning}
|
||||||
|
ca cert embed: ${CURL_CA_EMBED}
|
||||||
ca fallback: ${with_ca_fallback}
|
ca fallback: ${with_ca_fallback}
|
||||||
LDAP: ${curl_ldap_msg}
|
LDAP: ${curl_ldap_msg}
|
||||||
LDAPS: ${curl_ldaps_msg}
|
LDAPS: ${curl_ldaps_msg}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user