From b7d72a3ce9b6c3a5f643a8610d5a8f2d7c575e35 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 30 Oct 2003 00:07:48 +0000 Subject: [PATCH] Check for nsswitch.h. Patch from albert chin (china@thewrittenword.com). Jeremy. (This used to be commit ce1024cc10e798d4ed3bc7f6358bc4ebe9737830) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/configure.in b/source3/configure.in index 7e68fb8cd62..c10eec1cd8e 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) -- 2.11.4.GIT