diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-02-09 08:44:26 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-02-09 08:46:36 +0100 |
commit | 6b64d735cd7ec453fabbc07a1913bdb8e6ec0a65 (patch) | |
tree | a228290fae9c0732fa0ba16d91f928fec8cea3c1 /configure.ac | |
parent | 39c803cba216b91ff8233f6d5585468f8662d1c4 (diff) | |
download | curl-6b64d735cd7ec453fabbc07a1913bdb8e6ec0a65.tar.gz |
configure: state "BoringSSL" in summary when that was detected
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
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]) ]) |