diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-09-27 21:36:18 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-09-29 04:22:21 +0200 |
commit | cd9f993ec45c6d95e83f759ffd6bccffd90250b6 (patch) | |
tree | 1a74261aa2c4282faa968a834c17dec2f0118505 | |
parent | b2901da479f5e711986de48df4910910460fe7db (diff) | |
download | samba-cd9f993ec45c6d95e83f759ffd6bccffd90250b6.tar.gz samba-cd9f993ec45c6d95e83f759ffd6bccffd90250b6.tar.bz2 samba-cd9f993ec45c6d95e83f759ffd6bccffd90250b6.zip |
s4:lib/ldb: disable sqlite3 backend always as it doesn't compile anymore
metze
-rw-r--r-- | source4/lib/ldb/libldb.m4 | 6 |
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 |