projects
/
nfs-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f76e187
)
nfsdcltrack: Ensure the build is diabled when NFS v4 is disabled
author
Jeff Layton
<jlayton@redhat.com>
Thu, 8 Nov 2012 21:42:15 +0000
(16:42 -0500)
committer
Steve 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
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 825682c88058af29e310f11cdf75e8e9d7cdb01f..399b08154b571c38402b27816cddf9b619e36398 100644
(file)
--- 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