summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-06-04 02:23:08 +0000
committerTim Potter <tpot@samba.org>2001-06-04 02:23:08 +0000
commit4ebfe75e0e34c53999f3e1c037f39f072b4fbe29 (patch)
tree593c488d48a1550eb5496d7c20736cc796e59bdd /source3/configure.in
parenta14c8acbba33999ce6ff5f0c02d07e146320118c (diff)
downloadsamba-4ebfe75e0e34c53999f3e1c037f39f072b4fbe29.tar.gz
samba-4ebfe75e0e34c53999f3e1c037f39f072b4fbe29.tar.bz2
samba-4ebfe75e0e34c53999f3e1c037f39f072b4fbe29.zip
Compile fix for wbinfo on solaris.
(This used to be commit cae6958f0872e0a0cc7647d14dd855caecd9114b)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 45533f72ec..fcf7ec9ab3 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -268,7 +268,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 sys/security.h security/pam_appl.h security/pam_modules.h)
+AC_CHECK_HEADERS(nss.h nss_common.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/cdefs.h glob.h acl/acl.h)