1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r20187: fix the build on systems without sqlite3

metze
(This used to be commit 216713d9a0)
This commit is contained in:
Stefan Metzmacher 2006-12-15 17:54:47 +00:00 committed by Gerald (Jerry) Carter
parent 538e3bf654
commit bc58f6fa36

View File

@ -1,3 +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