summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/configure.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-04-26 09:02:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:19 -0500
commitd4bcee3d27974e48e94bae9d3908722596df3a62 (patch)
tree4c65053416e2c0b83f95172ab5012bbbcefff212 /source4/lib/ldb/configure.in
parenta09593c37a307388c0fed175d70c896a9d2d47db (diff)
downloadsamba-d4bcee3d27974e48e94bae9d3908722596df3a62.tar.gz
samba-d4bcee3d27974e48e94bae9d3908722596df3a62.tar.bz2
samba-d4bcee3d27974e48e94bae9d3908722596df3a62.zip
r6485: Move LDAP detection M4 file and use it for the standalone ldb build
Remove a couple of unused M4 macros. The standalone LDB build will not work until I've figured out what AC_CHECK_LIB_EXT() does exactly (it's Samba-specific) (This used to be commit cc20d6bb7f06e077ebe4c366e545e187a0c79472)
Diffstat (limited to 'source4/lib/ldb/configure.in')
-rw-r--r--source4/lib/ldb/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/configure.in b/source4/lib/ldb/configure.in
index 33269bbc76..9de28cbe26 100644
--- a/source4/lib/ldb/configure.in
+++ b/source4/lib/ldb/configure.in
@@ -5,5 +5,6 @@ AC_PROG_CC
AC_FUNC_MMAP
AC_PATH_PROG(YODL2MAN,yodl2man)
AC_PATH_PROG(GCOV,gcov)
+sinclude(ldap.m4)
sinclude(config.m4)
AC_OUTPUT(Makefile)