fix typo in configure.ac

Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
This commit is contained in:
Csaba Henk 2009-12-18 07:49:43 +00:00 committed by Vijay Bellur
parent 4921bc8c0f
commit 40541428c7

View File

@ -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