summaryrefslogtreecommitdiff
path: root/source4/auth/wscript_configure
blob: c0ca7676c337344001d102f208bfcfe111a64e29 (plain)
1
2
3
4
5
6
conf.CHECK_HEADERS('security/pam_appl.h')
conf.CHECK_FUNCS_IN('pam_start', 'pam', checklibc=True)

if (conf.CHECK_HEADERS('sasl/sasl.h') and
    conf.CHECK_FUNCS_IN('sasl_client_init', 'sasl2')):
    conf.DEFINE('HAVE_SASL', 1)