summaryrefslogtreecommitdiffstatsabout
path: root/configure.ac
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-27 17:55:48 (GMT)
committer Nikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-27 17:55:48 (GMT)
commitbf41514739c804ffdea8d15a2aa8e2f5ea3ae2a8 (patch)
treedd48e62becf460c06065c5d3847afa58875ef557 /configure.ac
parente6aac06b8fc2e9d0cc005b2003897d09555ec32d (diff)
Force support of safe renegotiation.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e1bee4e..497f73a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,8 @@ CHECK_APACHE(,$AP_VERSION,
28dnl LIBTOOL="`${APR_CONFIG} --apr-libtool`" 28dnl LIBTOOL="`${APR_CONFIG} --apr-libtool`"
29dnl AC_SUBST(LIBTOOL) 29dnl AC_SUBST(LIBTOOL)
30 30
31MIN_TLS_VERSION=2.4.0 31dnl Depend on 2.10.0 due to safe renegotiation addition.
32MIN_TLS_VERSION=2.10.0
32AM_PATH_LIBGNUTLS($MIN_TLS_VERSION,, 33AM_PATH_LIBGNUTLS($MIN_TLS_VERSION,,
33 AC_MSG_ERROR([[ 34 AC_MSG_ERROR([[
34*** 35***