mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
Fixed default behavior of --enable-vfs-undelfs option.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
5b8b72b067
commit
965e9d6bff
@ -49,9 +49,14 @@ AC_DEFUN([AC_MC_VFS_UNDELFS],
|
||||
[
|
||||
AC_ARG_ENABLE([vfs-undelfs],
|
||||
AC_HELP_STRING([--enable-vfs-undelfs], [Support for ext2 undelete filesystem [[no]]]),
|
||||
[enable_vfs_undelfs="$enableval"],
|
||||
[enable_vfs_undelfs="no"]
|
||||
)
|
||||
[
|
||||
if test "x$enableval" = "xno"; then
|
||||
enable_vfs_undelfs=no
|
||||
else
|
||||
enable_vfs_undelfs=yes
|
||||
fi
|
||||
],
|
||||
[enable_vfs_undelfs="no"])
|
||||
|
||||
if test x"$enable_vfs" != x"no" -a x"$enable_vfs_undelfs" != x"no"; then
|
||||
MC_UNDELFS_CHECKS
|
||||
|
Loading…
Reference in New Issue
Block a user