move rpc/auth* to the list of headers that need others
authorChristos Zoulas <christos@zoulas.com>
Sat, 20 Nov 2010 23:04:38 +0000 (18:04 -0500)
committerChristos Zoulas <christos@zoulas.com>
Sat, 20 Nov 2010 23:04:38 +0000 (18:04 -0500)
configure.in

index 70878b1a76a41f010fe688cc96162b9b4847c279..a0beff2321a785d1f254faabdb087be639ba4b68 100644 (file)
@@ -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                \