mirror of
https://github.com/samba-team/samba.git
synced 2025-06-23 11:17:06 +03:00
their dependencies are found (This used to be commit 8e7e98ae5fca8be8c6a0b4c543b6828c46172171)
10 lines
233 B
Plaintext
10 lines
233 B
Plaintext
SMB_MODULE_DEFAULT(libldb_ldap,NOT)
|
|
if test x"$with_ldap_support" = x"yes"; then
|
|
SMB_MODULE_DEFAULT(libldb_ldap,STATIC)
|
|
fi
|
|
|
|
SMB_LIBRARY_ENABLE(libldb,NO)
|
|
if test x"$experimental" = x"yes"; then
|
|
SMB_LIBRARY_ENABLE(libldb,YES)
|
|
fi
|