summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2012-11-08 16:42:15 -0500
committerSteve Dickson <steved@redhat.com>2012-11-11 18:01:23 -0500
commitc6b52ead95ab0904bdd796921ebf726853477221 (patch)
tree0175314318ae9d31bd5e416268d99a261e12a7b2
parentf76e1878569ed70b7924834fc3d36bf8e761dc78 (diff)
downloadnfs-utils-c6b52ead95ab0904bdd796921ebf726853477221.tar.gz
nfs-utils-c6b52ead95ab0904bdd796921ebf726853477221.tar.xz
nfs-utils-c6b52ead95ab0904bdd796921ebf726853477221.zip
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 <jlayton@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
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