diff options
Diffstat (limited to 'nsswitch/wscript_configure')
-rw-r--r-- | nsswitch/wscript_configure | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/nsswitch/wscript_configure b/nsswitch/wscript_configure index cb559581e72..3305bbf44e9 100644 --- a/nsswitch/wscript_configure +++ b/nsswitch/wscript_configure @@ -1,5 +1,4 @@ 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', checklibc=True) -conf.CHECK_HEADERS('security/pam_modules.h pam/pam_modules.h') +conf.CHECK_HEADERS('security/pam_appl.h security/pam_modules.h pam/pam_modules.h', together=True) +conf.CHECK_FUNCS_IN('pam_start', 'pam', checklibc=True, headers='security/pam_appl.h') |