summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-09-27 21:36:18 +0200
committerStefan Metzmacher <metze@samba.org>2008-09-29 04:22:21 +0200
commitcd9f993ec45c6d95e83f759ffd6bccffd90250b6 (patch)
tree1a74261aa2c4282faa968a834c17dec2f0118505 /source4
parentb2901da479f5e711986de48df4910910460fe7db (diff)
downloadsamba-cd9f993ec45c6d95e83f759ffd6bccffd90250b6.tar.gz
samba-cd9f993ec45c6d95e83f759ffd6bccffd90250b6.tar.bz2
samba-cd9f993ec45c6d95e83f759ffd6bccffd90250b6.zip
s4:lib/ldb: disable sqlite3 backend always as it doesn't compile anymore
metze
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/ldb/libldb.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/lib/ldb/libldb.m4 b/source4/lib/ldb/libldb.m4
index 77ebcc5ff4..5653794a88 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