diff options
author | Nokis Mavrogiannopoulos | 2008-06-29 19:35:40 +0000 |
---|---|---|
committer | Nokis Mavrogiannopoulos | 2008-06-29 19:35:40 +0000 |
commit | b31b434598e596b3c1e7500fec43199a57a2f159 (patch) | |
tree | f7539f5c417ca0e7791ed806ebf7cde4a0df7aba /configure.ac | |
parent | 4a8bfc6bd54bc92dca44d32f8228aa40d53083e7 (diff) |
added tag0.5.2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
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 @@ | |||
1 | dnl | 1 | dnl |
2 | AC_INIT(mod_gnutls, 0.5.1) | 2 | AC_INIT(mod_gnutls, 0.5.2) |
3 | OOO_CONFIG_NICE(config.nice) | 3 | OOO_CONFIG_NICE(config.nice) |
4 | MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION | 4 | MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION |
5 | AC_PREREQ(2.53) | 5 | AC_PREREQ(2.53) |
@@ -28,11 +28,11 @@ 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.2.1 | 31 | MIN_TLS_VERSION=2.4.0 |
32 | AM_PATH_LIBGNUTLS_EXTRA($MIN_TLS_VERSION,, | 32 | AM_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 | ]])) |