diff options
author | Andreas Metzler <ametzler@bebt.de> | 2017-05-14 11:21:07 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2017-05-14 14:53:58 +0200 |
commit | 42a73d82dbe700e08e7930799e54244ab9f6789c (patch) | |
tree | d179a554039c9bd529db1819f600e0174fe3b7f3 | |
parent | efa6f25f4cbb66cbfcde21df8bd6d47c5d4594a7 (diff) | |
download | gnutls-42a73d82dbe700e08e7930799e54244ab9f6789c.tar.gz |
Fix autoconf progress message concerning heartbeat [ci skip]
-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]), |