diff options
author | Nikos Mavrogiannopoulos | 2008-06-29 19:31:37 +0000 |
---|---|---|
committer | Nokis Mavrogiannopoulos | 2008-06-29 19:31:37 +0000 |
commit | 1897a1c48683a08d6f7f9e2924192710e614cb90 (patch) | |
tree | 029987a5f26730a84b17ba7ccda327a45b04a69c /configure.ac | |
parent | 0e277f2bac918d98b4e1090fb8e5e42e5f9c5653 (diff) |
depend on main libgnutls library (and gnutls 2.4.x)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 62db2af..6c01968 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -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 | ]])) |