mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +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
|
if test x"$with_sqlite3_support" = x"yes"; then
|
||||||
SMB_ENABLE(ldb_sqlite3, YES)
|
SMB_ENABLE(ldb_sqlite3, YES)
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user