diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-12-15 17:54:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:29:19 -0500 |
commit | bc58f6fa3697fdddeed95bdeeec1a3f836bac162 (patch) | |
tree | bef1c0b6cfdac48f4bdf51c1b0f02b7092a88424 /source4/lib | |
parent | 538e3bf654692628610768466cf451cf5bbccf4c (diff) | |
download | samba-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/lib')
-rw-r--r-- | source4/lib/ldb/libldb.m4 | 4 |
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 |