diff options
author | Luke Leighton <lkcl@samba.org> | 1998-11-23 23:29:07 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-11-23 23:29:07 +0000 |
commit | e5d6ffd85dccac311a8ba1fdb48648be259818f0 (patch) | |
tree | a560700b82ba3f36c1a153c0342cc5242bfde76b | |
parent | 9829ee97262451320788d15b262615d9183a3d3c (diff) | |
download | samba-e5d6ffd85dccac311a8ba1fdb48648be259818f0.tar.gz samba-e5d6ffd85dccac311a8ba1fdb48648be259818f0.tar.bz2 samba-e5d6ffd85dccac311a8ba1fdb48648be259818f0.zip |
yp_prot.h and ypclnt.h correct: ypprot.h and yp_clnt.h wrong...
(This used to be commit c89642ff3fa0c0bc2bca62304db0282676e0b649)
-rwxr-xr-x | source3/configure | 2 | ||||
-rw-r--r-- | source3/configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure b/source3/configure index 8cd89b16dc..cb1c65abe0 100755 --- a/source3/configure +++ b/source3/configure @@ -1611,7 +1611,7 @@ else fi done -for ac_hdr in compat.h rpc/rpc.h rpcsvc/ypprot.h rpcsvc/yp_clnt.h sys/param.h ctype.h +for ac_hdr in compat.h rpc/rpc.h rpcsvc/yp_prot.h rpcsvc/ypclnt.h sys/param.h ctype.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 diff --git a/source3/configure.in b/source3/configure.in index ab6ee4aed3..f0befe7400 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 rpcsvc/ypprot.h rpcsvc/yp_clnt.h sys/param.h ctype.h ) +AC_CHECK_HEADERS(compat.h rpc/rpc.h rpcsvc/yp_prot.h rpcsvc/ypclnt.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) |