diff mbox

nfsdcltrack: ensure that it's disabled if other v4 daemons are

Message ID 1352407602-7931-1-git-send-email-jlayton@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jeff Layton Nov. 8, 2012, 8:46 p.m. UTC
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@redhat.com>
---
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

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