]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
configure.ac: Remove the NFS v3 enable flag
authorSteve Dickson <steved@redhat.com>
Fri, 23 Sep 2011 13:15:25 +0000 (09:15 -0400)
committerSteve Dickson <steved@redhat.com>
Sat, 24 Sep 2011 11:55:15 +0000 (07:55 -0400)
Removed the unused macros that enable and disable V3.

Signed-off-by: Steve Dickson <steved@redhat.com>
configure.ac

index d85ab21542dfa7769f0b3542a7bfa30ebe92fd43..7f4b88cfb1eab6e991c33c98e4f525fe67b8e867 100644 (file)
@@ -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@:>@])],