summaryrefslogtreecommitdiff
path: root/source3/configure
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-11-23 23:29:07 +0000
committerLuke Leighton <lkcl@samba.org>1998-11-23 23:29:07 +0000
commite5d6ffd85dccac311a8ba1fdb48648be259818f0 (patch)
treea560700b82ba3f36c1a153c0342cc5242bfde76b /source3/configure
parent9829ee97262451320788d15b262615d9183a3d3c (diff)
downloadsamba-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)
Diffstat (limited to 'source3/configure')
-rwxr-xr-xsource3/configure2
1 files changed, 1 insertions, 1 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