diff options
Diffstat (limited to 'm4/hooks.m4')
-rw-r--r-- | m4/hooks.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/hooks.m4 b/m4/hooks.m4 index e48850fa4a..c4e2cd9107 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -216,7 +216,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]), |