]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
build: show if CA bundle to embed was found
authorViktor Szakats <commit@vsz.me>
Tue, 24 Sep 2024 09:51:02 +0000 (11:51 +0200)
committerViktor Szakats <commit@vsz.me>
Tue, 24 Sep 2024 11:36:14 +0000 (13:36 +0200)
Follow-up to 8a3740bc8e558b9a9d4a652b74cf27a0961d7010 #14059
Closes #15027

CMakeLists.txt
configure.ac

index a0764b3402d163bb7d96f4722cc3db69e3411dab..d23ed936872ad99585bc4e901093d604c3e15377 100644 (file)
@@ -1345,6 +1345,7 @@ if(_curl_ca_bundle_supported)
   if(BUILD_CURL_EXE AND NOT CURL_CA_EMBED STREQUAL "")
     if(EXISTS "${CURL_CA_EMBED}")
       set(CURL_CA_EMBED_SET TRUE)
+      message(STATUS "Found CA bundle to embed: ${CURL_CA_EMBED}")
     else()
       message(FATAL_ERROR "CA bundle to embed is missing: '${CURL_CA_EMBED}'")
     endif()
index ca6e4c66e099dff1b90573bbe5a7f2ec4e7a0bb5..46bb8bca0a3c03b9d5614c5b30f78ac4c23105f0 100644 (file)
@@ -5410,6 +5410,7 @@ AC_MSG_NOTICE([Configured to build curl/libcurl:
   SSPI:             ${curl_sspi_msg}
   ca cert bundle:   ${ca}${ca_warning}
   ca cert path:     ${capath}${capath_warning}
+  ca cert embed:    ${CURL_CA_EMBED}
   ca fallback:      ${with_ca_fallback}
   LDAP:             ${curl_ldap_msg}
   LDAPS:            ${curl_ldaps_msg}