summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2007-07-10 10:07:25 +1000
committerNeil Brown <neilb@suse.de>2007-07-10 10:07:25 +1000
commit1bcf67703e5606837853666763c739db91f08fee (patch)
tree71652f9033efe04893d13e48f97effb74db12981
parent3ecc5650e25fbcfe6d1b885b69c00d515cd485ce (diff)
downloadnfs-utils-1bcf67703e5606837853666763c739db91f08fee.tar.gz
nfs-utils-1bcf67703e5606837853666763c739db91f08fee.tar.xz
nfs-utils-1bcf67703e5606837853666763c739db91f08fee.zip
configure changed to corrently report the default for --enable-mount
The default for "--enable-mount" was changed to 'yes' sometime ago, but the help message in ./configure wasn't updated to match this. Thanks to Chuck Level for pointing this out. Signed-off-by: Neil Brown <neilb@suse.de>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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"])