summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-12-15 17:54:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:29:19 -0500
commitbc58f6fa3697fdddeed95bdeeec1a3f836bac162 (patch)
treebef1c0b6cfdac48f4bdf51c1b0f02b7092a88424 /source4
parent538e3bf654692628610768466cf451cf5bbccf4c (diff)
downloadsamba-bc58f6fa3697fdddeed95bdeeec1a3f836bac162.tar.gz
samba-bc58f6fa3697fdddeed95bdeeec1a3f836bac162.tar.bz2
samba-bc58f6fa3697fdddeed95bdeeec1a3f836bac162.zip
r20187: fix the build on systems without sqlite3
metze (This used to be commit 216713d9a034984ffb40889b42837b91abae862a)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/ldb/libldb.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/ldb/libldb.m4 b/source4/lib/ldb/libldb.m4
index 4d6f3743bb..fbef076f81 100644
--- a/source4/lib/ldb/libldb.m4
+++ b/source4/lib/ldb/libldb.m4
@@ -1,3 +1,7 @@
+
+# disable ldb_sqlite3 by default
+SMB_ENABLE(ldb_sqlite3, NO)
+
if test x"$with_sqlite3_support" = x"yes"; then
SMB_ENABLE(ldb_sqlite3, YES)
fi