From: Steve Dickson <steved@redhat.com>
To: Linux NFS Mailing list <linux-nfs@vger.kernel.org>
Subject: [PATCH 1/3] configure.ac: Remove the NFS v3 enable flag
Date: Thu, 22 Sep 2011 15:44:57 -0400 [thread overview]
Message-ID: <1316720699-2611-2-git-send-email-steved@redhat.com> (raw)
In-Reply-To: <1316720699-2611-1-git-send-email-steved@redhat.com>
Removed the unused macros that enable and disable V3.
Signed-off-by: Steve Dickson <steved@redhat.com>
---
configure.ac | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
diff --git a/configure.ac b/configure.ac
index d85ab21..7f4b88c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,17 +55,6 @@ AC_ARG_WITH(start-statd,
)
AC_SUBST(startstatd)
AC_DEFINE_UNQUOTED(START_STATD, "$startstatd", [Define this to a script which can start statd on mount])
-AC_ARG_ENABLE(nfsv3,
- [AC_HELP_STRING([--enable-nfsv3],
- [enable support for NFSv3 @<:@default=yes@:>@])],
- enable_nfsv3=$enableval,
- enable_nfsv3=yes)
- if test "$enable_nfsv3" = yes; then
- AC_DEFINE(NFS3_SUPPORTED, 1, [Define this if you want NFSv3 support compiled in])
- else
- enable_nfsv3=
- fi
- AC_SUBST(enable_nfsv3)
AC_ARG_ENABLE(nfsv4,
[AC_HELP_STRING([--enable-nfsv4],
[enable support for NFSv4 @<:@default=yes@:>@])],
--
1.7.6.2
next prev parent reply other threads:[~2011-09-22 19:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-22 19:44 [PATCH 0/3] configure.ac: clean up Steve Dickson
2011-09-22 19:44 ` Steve Dickson [this message]
2011-09-22 19:44 ` [PATCH 2/3] configure.ac: Removed unused defines in config.h Steve Dickson
2011-09-22 19:44 ` [PATCH 3/3] configure.ac: Added a v4.1 dependency on v4.0 Steve Dickson
2011-09-23 13:08 ` [PATCH 0/3] configure.ac: clean up Steve Dickson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1316720699-2611-2-git-send-email-steved@redhat.com \
--to=steved@redhat.com \
--cc=linux-nfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox