diff options
author | Csaba Henk <csaba@gluster.com> | 2009-12-18 07:49:43 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2009-12-18 08:41:37 -0800 |
commit | 40541428c7df4192d93b6bc61a92784ca56c8b3f (patch) | |
tree | dbf38fb39e241590722a01874e0f21fb194421c2 /configure.ac | |
parent | 4921bc8c0fd045fdb82eb21eb358d378cdcad976 (diff) |
fix typo in configure.ac
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
Diffstat (limited to 'configure.ac')
-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 |