summaryrefslogtreecommitdiffstatsabout
path: root/configure.ac
diff options
context:
space:
mode:
authorNokis Mavrogiannopoulos <nmav@gnutls.org>2008-06-29 19:35:40 (GMT)
committer Nokis Mavrogiannopoulos <nmav@gnutls.org>2008-06-29 19:35:40 (GMT)
commitb31b434598e596b3c1e7500fec43199a57a2f159 (patch)
treef7539f5c417ca0e7791ed806ebf7cde4a0df7aba /configure.ac
parent4a8bfc6bd54bc92dca44d32f8228aa40d53083e7 (diff)
added tag0.5.2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 62db2af..1e42464 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1dnl 1dnl
2AC_INIT(mod_gnutls, 0.5.1) 2AC_INIT(mod_gnutls, 0.5.2)
3OOO_CONFIG_NICE(config.nice) 3OOO_CONFIG_NICE(config.nice)
4MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION 4MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION
5AC_PREREQ(2.53) 5AC_PREREQ(2.53)
@@ -28,11 +28,11 @@ 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.2.1 31MIN_TLS_VERSION=2.4.0
32AM_PATH_LIBGNUTLS_EXTRA($MIN_TLS_VERSION,, 32AM_PATH_LIBGNUTLS($MIN_TLS_VERSION,,
33 AC_MSG_ERROR([[ 33 AC_MSG_ERROR([[
34*** 34***
35*** libgnutls and libgnutls-extra were not found. You may want to get it from 35*** libgnutls was not found. You may want to get it from
36*** http://www.gnutls.org/ 36*** http://www.gnutls.org/
37*** 37***
38]])) 38]]))