X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=configure.ac;h=3ad415ca78ec7b855b74e43c127233f07e3a0d74;hp=1b653e4c1727b87dc4424b20f1f5e57c7da48606;hb=e4719f90f77de2ea2c083cbc304b5cc7a7b516bd;hpb=1d1f701656f86c54b07e7fd9481d1f45018cfddb diff --git a/configure.ac b/configure.ac index 1b653e4..3ad415c 100644 --- a/configure.ac +++ b/configure.ac @@ -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