From bc58f6fa3697fdddeed95bdeeec1a3f836bac162 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 15 Dec 2006 17:54:47 +0000 Subject: r20187: fix the build on systems without sqlite3 metze (This used to be commit 216713d9a034984ffb40889b42837b91abae862a) --- source4/lib/ldb/libldb.m4 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4') 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 -- cgit