diff options
author | Paul Querna | 2005-05-17 21:00:53 +0000 |
---|---|---|
committer | Paul Querna | 2005-05-17 21:00:53 +0000 |
commit | 84cb5b2ad2abada1069659895d16dcb64f669008 (patch) | |
tree | 447923776aaf6d7bb7c399e888845465ce0b4891 /configure.ac | |
parent | 836417fceaf154bde03418a1525ff149f5a07cca (diff) |
- add lua to do client verification
- only use gcrypt locking when required to
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a16da41..fb84c67 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -29,6 +29,8 @@ AC_SUBST(LIBTOOL) | |||
29 | MIN_TLS_VERSION=1.2.0 | 29 | MIN_TLS_VERSION=1.2.0 |
30 | CHECK_LIBGNUTLS($MIN_TLS_VERSION) | 30 | CHECK_LIBGNUTLS($MIN_TLS_VERSION) |
31 | 31 | ||
32 | CHECK_LUA() | ||
33 | |||
32 | have_apr_memcache=0 | 34 | have_apr_memcache=0 |
33 | CHECK_APR_MEMCACHE([have_apr_memcache=1], [have_apr_memcache=0]) | 35 | CHECK_APR_MEMCACHE([have_apr_memcache=1], [have_apr_memcache=0]) |
34 | AC_SUBST(have_apr_memcache) | 36 | AC_SUBST(have_apr_memcache) |