From 23b61265b85f321ae2ceddc6c75771f8881566d8 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 5 Sep 2008 10:13:10 -0400 Subject: Initial Import --- ldb/libldb.m4 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ldb/libldb.m4 (limited to 'ldb/libldb.m4') diff --git a/ldb/libldb.m4 b/ldb/libldb.m4 new file mode 100644 index 00000000..77ebcc5f --- /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 -- cgit