aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-02-09 08:44:26 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-02-09 08:46:36 +0100
commit6b64d735cd7ec453fabbc07a1913bdb8e6ec0a65 (patch)
treea228290fae9c0732fa0ba16d91f928fec8cea3c1 /configure.ac
parent39c803cba216b91ff8233f6d5585468f8662d1c4 (diff)
configure: state "BoringSSL" in summary when that was detected
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7af4a80a1..b235cdf9a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
])