On 10/31/18 4:02 PM, Chuck Lever wrote: > Replace an unmatched single quote to help syntax coloring editors. > > Signed-off-by: Chuck Lever <chuck.lever@xxxxxxxxxx> > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index cf1c4b9..16eae06 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -165,7 +165,7 @@ AC_ARG_ENABLE(uuid, > choose_blkid=default) > AC_ARG_ENABLE(mount, > [AC_HELP_STRING([--disable-mount], > - [Don't build mount.nfs and do use the util-linux mount(8) functionality. @<:@default=no@:>@])], > + [Do not build mount.nfs and do use the util-linux mount(8) functionality. @<:@default=no@:>@])], > enable_mount=$enableval, > enable_mount=yes) > AM_CONDITIONAL(CONFIG_MOUNT, [test "$enable_mount" = "yes"]) > All three patches committed.... steved.