X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=configure.ac;h=337beccb3879e0e27b33500e9caa5d03a9333b77;hp=0c4f4f0e000d6232a958cd43801588bf0ab68d4c;hb=1bcf67703e5606837853666763c739db91f08fee;hpb=3ecc5650e25fbcfe6d1b885b69c00d515cd485ce diff --git a/configure.ac b/configure.ac index 0c4f4f0..337becc 100644 --- a/configure.ac +++ b/configure.ac @@ -123,7 +123,7 @@ AC_ARG_ENABLE(uuid, choose_blkid=default) AC_ARG_ENABLE(mount, [AC_HELP_STRING([--enable-mount], - [Create mount.nfs and don't use the util-linux mount(8) functionality. @<:@default=no@:>@])], + [Create mount.nfs and don't use the util-linux mount(8) functionality. @<:@default=yes@:>@])], enable_mount=$enableval, enable_mount=yes) AM_CONDITIONAL(CONFIG_MOUNT, [test "$enable_mount" = "yes"])