diff options
| author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2010-03-01 07:37:49 -0500 |
|---|---|---|
| committer | Steve Dickson <steved@redhat.com> | 2010-03-01 07:37:49 -0500 |
| commit | 9c8c2cd50d3cf0316c2a1bdf6cb9efc7e1a20be9 (patch) | |
| tree | f6fdc79a87eaf1a6f38c4338d7b8e4616cd92558 | |
| parent | 639b63394c6dd66e06423bfe810366277955c570 (diff) | |
| download | nfs-utils-9c8c2cd50d3cf0316c2a1bdf6cb9efc7e1a20be9.tar.gz nfs-utils-9c8c2cd50d3cf0316c2a1bdf6cb9efc7e1a20be9.tar.xz nfs-utils-9c8c2cd50d3cf0316c2a1bdf6cb9efc7e1a20be9.zip | |
Fix a typo in commit 6d5ac3fa (nfsd: Disble NFS 4.1 functionality by
default).
We did not really intend to make NFSv4.0 support conditional on NFSv4.1
being enabled.
Signed-off-by: Steve Dickson <steved@redhat.com>
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b7520d8..518b6d8 100644 --- a/configure.ac +++ b/configure.ac @@ -81,7 +81,7 @@ AC_ARG_ENABLE(nfsv41, if test "$enable_nfsv41" = yes; then AC_DEFINE(NFS41_SUPPORTED, 1, [Define this if you want NFSv41 support compiled in]) else - enable_nfsv4= + enable_nfsv41= fi AC_SUBST(enable_nfsv41) AM_CONDITIONAL(CONFIG_NFSV41, [test "$enable_nfsv41" = "yes"]) |
