]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - configure.ac
sm-notify: Send fully-qualified and unqualified mon_names
[nfs-utils.git] / configure.ac
index f6b11891c8c2f4156cae5f79f7be13212db8eb5d..518b6d80254473a77248a88a6aa21fea173de0ea 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl
-AC_INIT([linux nfs-utils],[1.2.1],[linux-nfs@vger.kernel.org],[nfs-utils])
+AC_INIT([linux nfs-utils],[1.2.2],[linux-nfs@vger.kernel.org],[nfs-utils])
 AC_CANONICAL_BUILD([])
 AC_CANONICAL_HOST([])
 AC_CONFIG_MACRO_DIR(aclocal)
@@ -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"])