linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] configure.ac: fix typo of enable_nfsdcltrack
@ 2015-04-15 16:20 Kinglong Mee
  2015-05-06 13:39 ` Kinglong Mee
  2015-05-07 14:14 ` Steve Dickson
  0 siblings, 2 replies; 3+ messages in thread
From: Kinglong Mee @ 2015-04-15 16:20 UTC (permalink / raw)
  To: Steve Dickson; +Cc: linux-nfs@vger.kernel.org, Eino Juhani Oltedal, kinglongmee

Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index e61430f..21be2bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -213,7 +213,7 @@ fi
 AC_ARG_ENABLE(nfsdcltrack,
 	[AC_HELP_STRING([--disable-nfsdcltrack],
 			[disable NFSv4 clientid tracking programs @<:@default=no@:>@])],
-	enable_nfsdctrack=$enableval,
+	enable_nfsdcltrack=$enableval,
 	enable_nfsdcltrack="yes")
 
 dnl Check for TI-RPC library and headers
-- 
2.3.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-05-07 14:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-15 16:20 [PATCH 1/3] configure.ac: fix typo of enable_nfsdcltrack Kinglong Mee
2015-05-06 13:39 ` Kinglong Mee
2015-05-07 14:14 ` Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).