TS-2239: use full TLS extension names in the configure log

Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/777bff37
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/777bff37
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/777bff37

Branch: refs/heads/master
Commit: 777bff373fe2c22f86ab8ab85616391c25d70651
Parents: 9225250
Author: James Peach <[email protected]>
Authored: Tue Feb 11 08:22:43 2014 -0800
Committer: James Peach <[email protected]>
Committed: Tue Feb 11 16:36:02 2014 -0800

----------------------------------------------------------------------
 build/crypto.m4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/777bff37/build/crypto.m4
----------------------------------------------------------------------
diff --git a/build/crypto.m4 b/build/crypto.m4
index 2c37163..f8ad19f 100644
--- a/build/crypto.m4
+++ b/build/crypto.m4
@@ -62,7 +62,7 @@ AC_DEFUN([TS_CHECK_CRYPTO_NEXTPROTONEG], [
   )
   LIBS=$_npn_saved_LIBS
 
-  AC_MSG_CHECKING(whether to enable NextProtocolNegotiation TLS extension 
support)
+  AC_MSG_CHECKING(whether to enable Next Protocol Negotiation TLS extension 
support)
   AC_MSG_RESULT([$enable_tls_npn])
   TS_ARG_ENABLE_VAR([use], [tls-npn])
   AC_SUBST(use_tls_npn)
@@ -77,7 +77,7 @@ AC_DEFUN([TS_CHECK_CRYPTO_ALPN], [
   )
   LIBS=$_alpn_saved_LIBS
 
-  AC_MSG_CHECKING(whether to enable ALPN TLS extension support)
+  AC_MSG_CHECKING(whether to enable Application Layer Protocol Negotiation TLS 
extension support)
   AC_MSG_RESULT([$enable_tls_alpn])
   TS_ARG_ENABLE_VAR([use], [tls-alpn])
   AC_SUBST(use_tls_alpn)

Reply via email to