mirror of
https://github.com/curl/curl.git
synced 2026-05-18 04:56:22 +03:00
configure: state "BoringSSL" in summary when that was detected
This commit is contained in:
parent
39c803cba2
commit
6b64d735cd
1 changed files with 1 additions and 0 deletions
|
|
@ -1653,6 +1653,7 @@ if test "$curl_ssl_msg" = "$init_ssl_msg" && test X"$OPT_SSL" != Xno; then
|
|||
AC_MSG_RESULT([yes])
|
||||
AC_DEFINE_UNQUOTED(HAVE_BORINGSSL, 1,
|
||||
[Define to 1 if using BoringSSL.])
|
||||
curl_ssl_msg="enabled (BoringSSL)"
|
||||
],[
|
||||
AC_MSG_RESULT([no])
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue