If someone specifies '--disable-nfsv4' in the configure options, then we'll also want to disable building nfsdcltrack as well. Signed-off-by: Jeff Layton <jlayton@xxxxxxxxxx> --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index f11ca80..ebdcd80 100644 --- a/configure.ac +++ b/configure.ac @@ -283,6 +283,8 @@ if test "$enable_nfsv4" = yes; then if test "$enable_gss" = yes; then AC_RPCSEC_VERSION fi +else + enable_nfsdcltrack="no" fi if test "$enable_nfsv41" = yes; then -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html