summaryrefslogtreecommitdiffstats
path: root/ldb/libldb.m4
blob: 77ebcc5ff46632844b354b6d5054d8f379bace88 (plain)
1
2
3
4
5
6
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