diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-19 20:06:33 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:55 +1000 |
commit | 5aacacea678b104b9ead9e4ea642c583791282b7 (patch) | |
tree | 87567703746978709fa527bfbc855dd2baf1f713 /nsswitch/wscript_configure | |
parent | 8ea03369bcd8ebb351e280222184f6d583640f46 (diff) | |
download | samba-5aacacea678b104b9ead9e4ea642c583791282b7.tar.gz samba-5aacacea678b104b9ead9e4ea642c583791282b7.tar.bz2 samba-5aacacea678b104b9ead9e4ea642c583791282b7.zip |
build: check for pam headers
Diffstat (limited to 'nsswitch/wscript_configure')
-rw-r--r-- | nsswitch/wscript_configure | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nsswitch/wscript_configure b/nsswitch/wscript_configure new file mode 100644 index 0000000000..93ab5b107a --- /dev/null +++ b/nsswitch/wscript_configure @@ -0,0 +1,5 @@ +conf.CHECK_HEADERS('nss.h nss_common.h ns_api.h') + +conf.CHECK_HEADERS('security/pam_appl.h') +conf.CHECK_FUNCS_IN('pam_start', 'pam') +conf.CHECK_HEADERS('security/pam_modules.h pam/pam_modules.h') |