summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2017-03-07 13:49:21 +0100
committerJakub Hrozek <jhrozek@redhat.com>2017-03-27 09:57:31 +0200
commitbea0dc79faf609de8603cb42f190adae544bc8fb (patch)
tree34ebc4a1653e1e6bb211384e7f044d7b4c426d77 /configure.ac
parent9dcdbf596e138df3eec202487549a67cd3b0091b (diff)
downloadsssd-bea0dc79faf609de8603cb42f190adae544bc8fb.tar.gz
sssd-bea0dc79faf609de8603cb42f190adae544bc8fb.tar.xz
sssd-bea0dc79faf609de8603cb42f190adae544bc8fb.zip
KCM: Implement an internal ccache storage and retrieval API
In order for the KCM server to work with ccaches stored in different locations, implement a middle-man between the KCM server and the ccache storage. This module has asynchronous API because we can't assume anything about where the ccaches are stored. Reviewed-by: Michal Židek <mzidek@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c363d48a8..cf5e2557e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -202,6 +202,7 @@ fi
if test x$with_kcm = xyes; then
m4_include([src/external/libcurl.m4])
+ m4_include([src/external/libuuid.m4])
fi
# This variable is defined by external/libcurl.m4, but conditionals
# must be always evaluated