VFS: fixed help description for --disable-vfs

This commit is contained in:
Enrico Weigelt, metux IT service 2009-12-29 11:39:17 +01:00 committed by Slava Zanko
parent c40d1c09bd
commit 02a6a6994b

View File

@ -64,7 +64,7 @@ AC_DEFUN([MC_WITH_VFS],
AC_DEFUN([AC_MC_VFS_CHECKS],[
AC_ARG_ENABLE([vfs],
[ --disable-vfs Compile with VFS code])
[ --disable-vfs Disable VFS])
if test x"$enable_vfs" != x"no" ; then
enable_vfs="yes"
vfs_type="Midnight Commander Virtual Filesystem"