source: vendor/3.6.0/source4/auth/wscript_configure

Last change on this file was 740, checked in by Silvan Scherrer, 13 years ago

Samba Server: update vendor to 3.6.0

File size: 259 bytes
Line 
1#!/usr/bin/env python
2
3conf.CHECK_HEADERS('security/pam_appl.h')
4conf.CHECK_FUNCS_IN('pam_start', 'pam', checklibc=True)
5
6if (conf.CHECK_HEADERS('sasl/sasl.h') and
7 conf.CHECK_FUNCS_IN('sasl_client_init', 'sasl2')):
8 conf.DEFINE('HAVE_SASL', 1)
Note: See TracBrowser for help on using the repository browser.