From cb25bc5ca98dff7a896f596f9f1586a4739ad8ec Mon Sep 17 00:00:00 2001 From: bubulle Date: Thu, 26 Jan 2012 19:58:37 +0000 Subject: Load samba-3.6.2 into branches/samba/upstream. git-svn-id: svn://svn.debian.org/svn/pkg-samba/branches/samba/upstream@3992 fc4039ab-9d04-0410-8cac-899223bdd6b0 --- nsswitch/wscript_configure | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nsswitch/wscript_configure (limited to 'nsswitch/wscript_configure') diff --git a/nsswitch/wscript_configure b/nsswitch/wscript_configure new file mode 100644 index 0000000000..7d6ea82879 --- /dev/null +++ b/nsswitch/wscript_configure @@ -0,0 +1,6 @@ +#!/usr/bin/env python + +conf.CHECK_HEADERS('nss.h nss_common.h ns_api.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') -- cgit v1.2.3