summaryrefslogtreecommitdiffstats
path: root/ldb/libldb.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ldb/libldb.m4')
-rw-r--r--ldb/libldb.m47
1 files changed, 7 insertions, 0 deletions
diff --git a/ldb/libldb.m4 b/ldb/libldb.m4
new file mode 100644
index 000000000..77ebcc5ff
--- /dev/null
+++ b/ldb/libldb.m4
@@ -0,0 +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