summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Metzler <ametzler@bebt.de>2017-05-14 11:21:07 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-05-14 14:54:21 +0200
commit837542e4002d81fe97d1d4374a07c94d68efd5c2 (patch)
tree6b83394dc321b050e4108c74cb0a279b13ded4ea
parent138bfd565aa7c98f380befad4ee3fbffda606366 (diff)
downloadgnutls-837542e4002d81fe97d1d4374a07c94d68efd5c2.tar.gz
Fix autoconf progress message concerning heartbeat [ci skip]
-rw-r--r--m4/hooks.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 1559a1fba0..bb5dc67d98 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -202,7 +202,7 @@ LIBTASN1_MINIMUM=4.9
AM_CONDITIONAL(ENABLE_ALPN, test "$ac_enable_alpn" != "no")
ac_enable_heartbeat=yes
- AC_MSG_CHECKING([whether to disable TLS heartbeat support])
+ AC_MSG_CHECKING([whether to enable TLS heartbeat support])
AC_ARG_ENABLE(heartbeat-support,
AS_HELP_STRING([--disable-heartbeat-support],
[disable support for the heartbeat extension]),