X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=configure.in;h=bd8c14e8d050c0451ee4c49a7b796484ff1b07a5;hp=430d3970c95ff79cf2dee41152ab7ba6e6027f8b;hb=99414bd3eecf93f23c378d3bb3d45bc98f364abc;hpb=0bc710a5a2b695039613a917e009dba3552ab1cc diff --git a/configure.in b/configure.in index 430d397..bd8c14e 100644 --- a/configure.in +++ b/configure.in @@ -109,9 +109,9 @@ AC_ARG_ENABLE(rquotad, AC_ARG_ENABLE(mount, [AC_HELP_STRING([--enable-mount], - [Create mount.nfs and don't use the util-linux mount(8) functionality. @<:@default=yes@:>@])], + [Create mount.nfs and don't use the util-linux mount(8) functionality. @<:@default=no@:>@])], enable_mount=$enableval, - enable_mount=yes) + enable_mount=no) AM_CONDITIONAL(CONFIG_MOUNT, [test "$enable_mount" = "yes"]) # Check whether user wants TCP wrappers support