summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-08-22 05:33:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:16:26 -0500
commit1d1f100a730f5fc8b6cffd1079ed1563248b55f2 (patch)
treed92fa63c6d141b2800087ea63382ae1623fdc056 /source4
parent787dbed6c3f8000307da77ef93dceefdd7d390ea (diff)
downloadsamba-1d1f100a730f5fc8b6cffd1079ed1563248b55f2.tar.gz
samba-1d1f100a730f5fc8b6cffd1079ed1563248b55f2.tar.bz2
samba-1d1f100a730f5fc8b6cffd1079ed1563248b55f2.zip
r17697: - enable test for slapd
- include popt.m4 (This used to be commit 55748bb382358c1ecbef3d2d696833b695f75d74)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/ldb/configure.in3
1 files changed, 2 insertions, 1 deletions
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