diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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, | |||
28 | dnl LIBTOOL="`${APR_CONFIG} --apr-libtool`" | 28 | dnl LIBTOOL="`${APR_CONFIG} --apr-libtool`" |
29 | dnl AC_SUBST(LIBTOOL) | 29 | dnl AC_SUBST(LIBTOOL) |
30 | 30 | ||
31 | MIN_TLS_VERSION=2.4.0 | 31 | dnl Depend on 2.10.0 due to safe renegotiation addition. |
32 | MIN_TLS_VERSION=2.10.0 | ||
32 | AM_PATH_LIBGNUTLS($MIN_TLS_VERSION,, | 33 | AM_PATH_LIBGNUTLS($MIN_TLS_VERSION,, |
33 | AC_MSG_ERROR([[ | 34 | AC_MSG_ERROR([[ |
34 | *** | 35 | *** |