diff options
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) |