mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
ea85165841
(This used to be commit fc3a8caef749ddac56a4f035dde8b6ceeaa95c48)
8 lines
144 B
Plaintext
8 lines
144 B
Plaintext
|
|
# 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
|