summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-05-22 21:47:11 +0000
committerJeremy Allison <jra@samba.org>2001-05-22 21:47:11 +0000
commitd222a3f28d4eac319e9986ccbfdc03a3a62ea0e6 (patch)
tree0e18b858b0b3d81ae7da7c32e2547fd7ea7b2ed2 /source3/configure.in
parentfaa0bef196b732b45c4614acd655af4881504808 (diff)
downloadsamba-d222a3f28d4eac319e9986ccbfdc03a3a62ea0e6.tar.gz
samba-d222a3f28d4eac319e9986ccbfdc03a3a62ea0e6.tar.bz2
samba-d222a3f28d4eac319e9986ccbfdc03a3a62ea0e6.zip
Try to fix build by adding autoconf tests for pam headers.
Jeremy. (This used to be commit d52bc4d219bd07e656986e7754ea6e238c626d77)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index aab31d06a7..00d91847f4 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -252,6 +252,8 @@ AC_CHECK_HEADERS(sys/param.h ctype.h sys/un.h sys/wait.h sys/resource.h sys/ioct
AC_CHECK_HEADERS(sys/mman.h sys/filio.h sys/priv.h sys/shm.h string.h strings.h stdlib.h sys/socket.h)
AC_CHECK_HEADERS(sys/mount.h sys/vfs.h sys/fs/s5param.h sys/filsys.h termios.h termio.h)
AC_CHECK_HEADERS(sys/termio.h sys/statfs.h sys/dustat.h sys/statvfs.h stdarg.h sys/sockio.h)
+AC_CHECK_HEADERS(security/pam_modules.h security/_pam_macros.h)
+
#
# HPUX has a bug in that including shadow.h causes a re-definition of MAXINT.
# This causes configure to fail to detect it. Check for shadow separately on HPUX.