1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

build: check for pam

This commit is contained in:
Andrew Tridgell 2010-03-07 17:53:41 +11:00
parent bbb85a26eb
commit 71b5f97cd0
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
conf.CHECK_HEADERS('security/pam_appl.h')
conf.CHECK_FUNCS_IN('pam_start', 'pam')

View File

@ -28,6 +28,7 @@ def configure(conf):
conf.sub_config('ntvfs/sysdep')
conf.sub_config('../lib/util')
conf.sub_config('../lib/zlib')
conf.sub_config('auth')
conf.DEFINE('CONFIG_H_IS_FROM_SAMBA', 1)
conf.ADD_EXTRA_INCLUDES('#source4 #lib #source4/lib #source4/include #lib/socket_wrapper #lib/talloc #lib/replace #lib/event')