summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/config.m4
blob: 2b251befbbb313ad60d95738c6a6c15330f9ad06 (plain)
1
2
3
4
5
6
7
8
9
SMB_MODULE_DEFAULT(libldb_sqlite3,NOT)
if test x"$with_sqlite3_support" = x"yes"; then
    SMB_MODULE_DEFAULT(libldb_sqlite3,STATIC)
fi

SMB_LIBRARY_ENABLE(libldb,NO)
if test x"$experimental" = x"yes"; then
	SMB_LIBRARY_ENABLE(libldb,YES)
fi