1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r20187: fix the build on systems without sqlite3

metze
This commit is contained in:
Stefan Metzmacher 2006-12-15 17:54:47 +00:00 committed by Gerald (Jerry) Carter
parent 39c41be0ac
commit 216713d9a0

@ -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