summaryrefslogtreecommitdiff
path: root/source4/configure.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-06-05 04:18:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:37 -0500
commitc88d65a862cefe832f3b5f38844829372a926e33 (patch)
treef1354162698e84fdfe2ae993aa6ba4984f7b16b4 /source4/configure.in
parent2e787b5b17afe761c863ccccc262c2a276bdbc66 (diff)
downloadsamba-c88d65a862cefe832f3b5f38844829372a926e33.tar.gz
samba-c88d65a862cefe832f3b5f38844829372a926e33.tar.bz2
samba-c88d65a862cefe832f3b5f38844829372a926e33.zip
r7292: Fix up the build system support for derrell's sqlite3 ldb backend.
It is on by default, so I've also fixed a build issue in it. I'll show how to make it off be default in the next commit. Andrew Bartlett (This used to be commit 5a1ef888100e8ef803100a6341133d96e8a400b0)
Diffstat (limited to 'source4/configure.in')
-rw-r--r--source4/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/configure.in b/source4/configure.in
index 1f8af749dc..6f24af3a7f 100644
--- a/source4/configure.in
+++ b/source4/configure.in
@@ -15,6 +15,8 @@ sinclude(lib/iconv.m4)
sinclude(lib/socket/config.m4)
sinclude(lib/talloc/config.m4)
sinclude(lib/tdb/config.m4)
+sinclude(lib/ldb/ldap.m4)
+sinclude(lib/ldb/sqlite3.m4)
sinclude(lib/ldb/config.m4)
sinclude(lib/events/config.m4)
sinclude(lib/cmdline/config.m4)