]> granicus.if.org Git - curl/commitdiff
configure: state "BoringSSL" in summary when that was detected
authorDaniel Stenberg <daniel@haxx.se>
Tue, 9 Feb 2016 07:44:26 +0000 (08:44 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 9 Feb 2016 07:46:36 +0000 (08:46 +0100)
configure.ac

index 7af4a80a1077a956749c2e53e21dba49aa9b09c9..b235cdf9a126469a99b54be67ff471a9ccaf6041 100644 (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])
     ])