From 1d1f100a730f5fc8b6cffd1079ed1563248b55f2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 22 Aug 2006 05:33:52 +0000 Subject: r17697: - enable test for slapd - include popt.m4 (This used to be commit 55748bb382358c1ecbef3d2d696833b695f75d74) --- source4/lib/ldb/configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/lib/ldb/configure.in b/source4/lib/ldb/configure.in index e10248d265..b3a58b56fc 100644 --- a/source4/lib/ldb/configure.in +++ b/source4/lib/ldb/configure.in @@ -24,6 +24,7 @@ AC_FUNC_MMAP AC_PATH_PROG(XSLTPROC,xsltproc) AC_PATH_PROG(DOXYGEN,doxygen) AC_PATH_PROG(GCOV,gcov) +AC_PATH_PROG(SLAPD,slapd) AC_CHECK_HEADERS(stdint.h dlfcn.h) AC_CONFIG_HEADER(include/config.h) AC_CHECK_FUNCS(dlopen dlsym dlclose) @@ -35,7 +36,7 @@ MODULESDIR="$libdir/ldb" AC_DEFINE(MODULESDIR,$MODULESDIR,[Modules directory]) AC_SUBST(MODULESDIR) -AC_CHECK_LIB(popt, poptGetContext) +sinclude(popt.m4) sinclude(ldap.m4) WITH_LDAP=$with_ldap_support -- cgit