From: Christos Zoulas Date: Sat, 20 Nov 2010 23:04:38 +0000 (-0500) Subject: move rpc/auth* to the list of headers that need others X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=0e0281384caa76e62bb45abedd3b65a21eb03e34;p=am-utils-6.2.git move rpc/auth* to the list of headers that need others --- diff --git a/configure.in b/configure.in index 70878b1a..a0beff23 100644 --- a/configure.in +++ b/configure.in @@ -464,8 +464,6 @@ AC_CHECK_HEADERS( \ nfs/pathconf.h \ nfs/rpcv2.h \ nfsclient/nfsargs.h \ - rpc/auth.h \ - rpc/auth_des.h \ rpc/rpc.h \ rpc/types.h \ rpcsvc/autofs_prot.h \ @@ -591,6 +589,8 @@ AC_CHECK_HEADERS([ \ msdosfs/msdosfsmount.h \ netinet/if_ether.h \ nfs/nfs.h \ + rpc/auth.h \ + rpc/auth_des.h \ rpc/pmap_clnt.h \ rpc/pmap_prot.h \ rpcsvc/yp_prot.h \