summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-11-23 23:09:26 +0000
committerLuke Leighton <lkcl@samba.org>1998-11-23 23:09:26 +0000
commit9829ee97262451320788d15b262615d9183a3d3c (patch)
tree0a0da50c357d6ef0995cd1f164da582a0de9090c /source3/configure.in
parentf516cec31ad535c79cc4a3d8b7f12b45e1073605 (diff)
downloadsamba-9829ee97262451320788d15b262615d9183a3d3c.tar.gz
samba-9829ee97262451320788d15b262615d9183a3d3c.tar.bz2
samba-9829ee97262451320788d15b262615d9183a3d3c.zip
re-added ypprot.h and yp_clnt.h
(This used to be commit d50238823411f07d5db112843d9a1e3a84c7dbd7)
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 04c527e28e..ab6ee4aed3 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -54,7 +54,7 @@ AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS(sys/fcntl.h sys/select.h fcntl.h sys/time.h sys/unistd.h)
AC_CHECK_HEADERS(sys/param.h ctype.h )
AC_CHECK_HEADERS(unistd.h utime.h grp.h sys/id.h limits.h memory.h net/route.h net/if.h)
-AC_CHECK_HEADERS(compat.h rpc/rpc.h sys/param.h ctype.h )
+AC_CHECK_HEADERS(compat.h rpc/rpc.h rpcsvc/ypprot.h rpcsvc/yp_clnt.h sys/param.h ctype.h )
AC_CHECK_HEADERS(sys/wait.h sys/resource.h sys/ioctl.h sys/mode.h)
AC_CHECK_HEADERS(sys/filio.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)