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:
parent
538e3bf654
commit
bc58f6fa36
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user