From 39ffd2d902fcbd15535e9c3efed168950dbab6cf Mon Sep 17 00:00:00 2001 From: Andreas Metzler Date: Sat, 7 Jul 2018 14:20:01 +0200 Subject: configure: Fix progress message for --enable-tls13-support Signed-off-by: Andreas Metzler --- m4/hooks.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/hooks.m4 b/m4/hooks.m4 index e997e1d30c..fcd6f9cd80 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -179,11 +179,11 @@ LIBTASN1_MINIMUM=4.9 [enable the TLS1.3 draft protocol by default]), ac_enable_tls13=$enableval) if test x$ac_enable_tls13 != xno; then - AC_MSG_RESULT(no) + AC_MSG_RESULT(yes) AC_DEFINE([ENABLE_TLS13], 1, [enable TLS1.3 support]) else ac_full=0 - AC_MSG_RESULT(yes) + AC_MSG_RESULT(no) fi AM_CONDITIONAL(ENABLE_TLS13, test "$ac_enable_tls13" != "no") -- cgit v1.2.1