From c6b52ead95ab0904bdd796921ebf726853477221 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Thu, 8 Nov 2012 16:42:15 -0500 Subject: [PATCH] nfsdcltrack: Ensure the build is diabled when NFS v4 is disabled When '--disable-nfsv4' is in the configure options, then the building of nfsdcltrack need to be disabled as well. Signed-off-by: Jeff Layton Signed-off-by: Steve Dickson --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 825682c..399b081 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 -- 2.39.2