From bc3ab60c96dc125ed913503d14a66923dd7cee72 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 30 Oct 2003 00:07:46 +0000 Subject: Check for nsswitch.h. Patch from albert chin (china@thewrittenword.com). Jeremy. (This used to be commit 8d29faaa6396a46e8754ead32f6fd545e567ba46) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/configure.in b/source3/configure.in index bbf26c916d..f0a2c3c3f3 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -591,7 +591,7 @@ case "$host_os" in ;; esac AC_CHECK_HEADERS(shadow.h netinet/ip.h netinet/tcp.h netinet/in_systm.h netinet/in_ip.h) -AC_CHECK_HEADERS(nss.h nss_common.h ns_api.h sys/security.h security/pam_appl.h security/pam_modules.h) +AC_CHECK_HEADERS(nss.h nss_common.h nsswitch.h ns_api.h sys/security.h security/pam_appl.h security/pam_modules.h) AC_CHECK_HEADERS(stropts.h poll.h) AC_CHECK_HEADERS(sys/capability.h syscall.h sys/syscall.h) AC_CHECK_HEADERS(sys/acl.h sys/attributes.h attr/xattr.h sys/cdefs.h glob.h) -- cgit