diff options
Diffstat (limited to 'ldb/libldb.m4')
-rw-r--r-- | ldb/libldb.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ldb/libldb.m4 b/ldb/libldb.m4 index 77ebcc5f..5653794a 100644 --- a/ldb/libldb.m4 +++ b/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 |