configure: state "BoringSSL" in summary when that was detected

This commit is contained in:
Daniel Stenberg 2016-02-09 08:44:26 +01:00
parent 39c803cba2
commit 6b64d735cd
1 changed files with 1 additions and 0 deletions

View File

@ -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])
])