]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - configure.ac
NFS man page: update nfs(5) with details about IPv6 support
[nfs-utils.git] / configure.ac
index 1b653e4c1727b87dc4424b20f1f5e57c7da48606..3ad415ca78ec7b855b74e43c127233f07e3a0d74 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.0],[linux-nfs@vger.kernel.org],[nfs-utils])
+AC_INIT([linux nfs-utils],[1.2.1],[linux-nfs@vger.kernel.org],[nfs-utils])
 AC_CANONICAL_BUILD([])
 AC_CANONICAL_HOST([])
 AC_CONFIG_MACRO_DIR(aclocal)
@@ -159,6 +159,8 @@ if test "$enable_mount" = yes; then
        fi
        AC_SUBST(enable_mountconfig)
        AM_CONDITIONAL(MOUNT_CONFIG, [test "$enable_mountconfig" = "yes"])
+else
+       AM_CONDITIONAL(MOUNT_CONFIG, [test "$enable_mount" = "yes"])
 fi
 
 dnl Check for TI-RPC library and headers