summaryrefslogtreecommitdiffstatsabout
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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)
29MIN_TLS_VERSION=1.2.0 29MIN_TLS_VERSION=1.2.0
30CHECK_LIBGNUTLS($MIN_TLS_VERSION) 30CHECK_LIBGNUTLS($MIN_TLS_VERSION)
31 31
32CHECK_LUA()
33
32have_apr_memcache=0 34have_apr_memcache=0
33CHECK_APR_MEMCACHE([have_apr_memcache=1], [have_apr_memcache=0]) 35CHECK_APR_MEMCACHE([have_apr_memcache=1], [have_apr_memcache=0])
34AC_SUBST(have_apr_memcache) 36AC_SUBST(have_apr_memcache)