s4:lib/ldb: disable sqlite3 backend always as it doesn't compile anymore
authorStefan Metzmacher <metze@samba.org>
Sat, 27 Sep 2008 19:36:18 +0000 (21:36 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 29 Sep 2008 02:22:21 +0000 (04:22 +0200)
metze

source4/lib/ldb/libldb.m4

index 77ebcc5ff46632844b354b6d5054d8f379bace88..5653794a88b605a813855ac98b6349875aa7e858 100644 (file)
@@ -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