]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
configure: Fix progress message for --enable-tls13-support
authorAndreas Metzler <ametzler@bebt.de>
Sat, 7 Jul 2018 12:20:01 +0000 (14:20 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 7 Jul 2018 17:30:49 +0000 (19:30 +0200)
Signed-off-by: Andreas Metzler <ametzler@bebt.de>
m4/hooks.m4

index e997e1d30c0612649209243a0bec62b3532957f8..fcd6f9cd803f2a8f14101e81fafcb60a2acef2de 100644 (file)
@@ -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")