diff options
| -rw-r--r-- | configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 87de6be6f6d..49123c3db9b 100644 --- a/configure.ac +++ b/configure.ac @@ -229,7 +229,7 @@ AC_SUBST(FUSE_CLIENT_SUBDIR)  # FUSERMOUNT section  AC_ARG_ENABLE([fusermount],                AC_HELP_STRING([--enable-fusermount], -                             [Do not build fusermount])) +                             [Build fusermount]))  BUILD_FUSERMOUNT="no"  if test "x$enable_fusermount" = "xyes"; then  | 
