From: Stefan Metzmacher Date: Sat, 27 Sep 2008 19:36:18 +0000 (+0200) Subject: s4:lib/ldb: disable sqlite3 backend always as it doesn't compile anymore X-Git-Tag: samba-4.0.0alpha6~769^2~228^2~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd9f993ec45c6d95e83f759ffd6bccffd90250b6;p=thirdparty%2Fsamba.git s4:lib/ldb: disable sqlite3 backend always as it doesn't compile anymore metze --- diff --git a/source4/lib/ldb/libldb.m4 b/source4/lib/ldb/libldb.m4 index 77ebcc5ff46..5653794a88b 100644 --- a/source4/lib/ldb/libldb.m4 +++ b/source4/lib/ldb/libldb.m4 @@ -2,6 +2,6 @@ # 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 +#if test x"$with_sqlite3_support" = x"yes"; then +# SMB_ENABLE(ldb_sqlite3, YES) +#fi