summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-04-03 18:00:12 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-04-03 18:00:12 +0200
commit759fdf57d3d39c7cbe9be75956c1f957b372cab3 (patch)
treeed95e06e863b11ef869f84c7a7941e4e1db7920d /m4
parente27dba921ebf38cc3b4e34ef16c29feead2dd943 (diff)
downloadgnutls-759fdf57d3d39c7cbe9be75956c1f957b372cab3.tar.gz
Changed license of heartbeat implementation to match the rest of the library
Diffstat (limited to 'm4')
-rw-r--r--m4/hooks.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 8911e869b8..905e5a4c2c 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -156,11 +156,11 @@ fi
AM_CONDITIONAL(ENABLE_DTLS_SRTP, test "$ac_enable_srtp" != "no")
ac_enable_heartbeat=yes
- AC_MSG_CHECKING([whether to disable DTLS-SRTP extension])
+ AC_MSG_CHECKING([whether to disable TLS heartbeat support])
AC_ARG_ENABLE(heartbeat-support,
- AS_HELP_STRING([--enable-heartbeat-support],
- [enable support for the heartbeat extension (LGPLv3)]),
- ac_enable_heartbeat=$enableval,ac_enable_heartbeat=no)
+ AS_HELP_STRING([--disable-heartbeat-support],
+ [disable support for the heartbeat extension]),
+ ac_enable_heartbeat=$enableval,ac_enable_heartbeat=yes)
if test x$ac_enable_heartbeat != xno; then
AC_MSG_RESULT(yes)
AC_DEFINE([ENABLE_HEARTBEAT], 1, [enable heartbeat support])