summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-08 12:06:08 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-08 12:06:08 +0000
commit09b01cdcbd7d3400bf88950684b17f9228595700 (patch)
treeded3d6558ac6d3e79083ca6346078a786a472b87 /source3/configure.in
parent35eb6be4ea1b52e2f6028c979ead952a2f96f99d (diff)
downloadsamba-09b01cdcbd7d3400bf88950684b17f9228595700.tar.gz
samba-09b01cdcbd7d3400bf88950684b17f9228595700.tar.bz2
samba-09b01cdcbd7d3400bf88950684b17f9228595700.zip
check for gssapi_generic.h
(This used to be commit 838fbac7a086ff82498c3f0ba95b714123a7428c)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index eeefb5879b..54f40d35fd 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -249,7 +249,8 @@ AC_CHECK_HEADERS(sys/param.h ctype.h sys/wait.h sys/resource.h sys/ioctl.h sys/i
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 ldap.h gssapi/gssapi.h)
+AC_CHECK_HEADERS(security/pam_modules.h security/_pam_macros.h ldap.h)
+AC_CHECK_HEADERS(gssapi/gssapi_generic.h gssapi/gssapi.h)
#
# HPUX has a bug in that including shadow.h causes a re-definition of MAXINT.