1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-07 17:18:11 +03:00
samba-mirror/source4/auth/wscript_configure

7 lines
228 B
Plaintext
Raw Normal View History

2010-03-07 09:53:41 +03:00
conf.CHECK_HEADERS('security/pam_appl.h')
conf.CHECK_FUNCS_IN('pam_start', 'pam', checklibc=True)
2010-03-07 09:55:51 +03:00
if (conf.CHECK_HEADERS('sasl/sasl.h') and
conf.CHECK_FUNCS_IN('sasl_client_init', 'sasl2')):
conf.DEFINE('HAVE_SASL', 1)