mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
VFS: fixed help description for --disable-vfs
This commit is contained in:
parent
c40d1c09bd
commit
02a6a6994b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user