]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
nfsdcltrack: Ensure the build is diabled when NFS v4 is disabled
authorJeff Layton <jlayton@redhat.com>
Thu, 8 Nov 2012 21:42:15 +0000 (16:42 -0500)
committerSteve Dickson <steved@redhat.com>
Sun, 11 Nov 2012 23:01:23 +0000 (18:01 -0500)
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>
configure.ac

index 825682c88058af29e310f11cdf75e8e9d7cdb01f..399b08154b571c38402b27816cddf9b619e36398 100644 (file)
@@ -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