From 9c8c2cd50d3cf0316c2a1bdf6cb9efc7e1a20be9 Mon Sep 17 00:00:00 2001 From: Trond Myklebust Date: Mon, 1 Mar 2010 07:37:49 -0500 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]) -- 2.39.2