From 746391a1719659161f026684193b3fb04593f563 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 7 Jan 2010 15:11:07 -0500 Subject: Split off libdhash into a shared library Right now, the pkg-config checks for the system version of libdhash are forcibly disabled, requiring the SSSD to build it from its own tree. In the future, when we split the libraries off from the SSSD, it will be easy to switch this check to the external library. --- server/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'server/configure.ac') diff --git a/server/configure.ac b/server/configure.ac index 72b15cd0e..4f560239a 100644 --- a/server/configure.ac +++ b/server/configure.ac @@ -62,6 +62,7 @@ m4_include([external/libtalloc.m4]) m4_include([external/libtdb.m4]) m4_include([external/libtevent.m4]) m4_include([external/libldb.m4]) +m4_include([external/libdhash.m4]) m4_include([external/pam.m4]) m4_include([external/ldap.m4]) m4_include([external/libpcre.m4]) -- cgit