mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 01:54:24 +03:00
Ticket #1607: undelfs check broken in configure.ac
Fix running onfigure with '--disable-vfs-undelfs' option. Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
94f30d0905
commit
3b05057818
@ -543,7 +543,6 @@ AM_CONDITIONAL(USE_SCREEN_SLANG, [test x"$with_screen" = xslang])
|
|||||||
AM_CONDITIONAL(USE_EDIT, [test -n "$use_edit"])
|
AM_CONDITIONAL(USE_EDIT, [test -n "$use_edit"])
|
||||||
AM_CONDITIONAL(USE_VFS, [test "x$use_vfs" = xyes])
|
AM_CONDITIONAL(USE_VFS, [test "x$use_vfs" = xyes])
|
||||||
AM_CONDITIONAL(USE_VFS_NET, [test x"$use_net_code" = xtrue])
|
AM_CONDITIONAL(USE_VFS_NET, [test x"$use_net_code" = xtrue])
|
||||||
AM_CONDITIONAL(USE_UNDEL_FS, [test -n "$enable_vfs_undelfs"])
|
|
||||||
AM_CONDITIONAL(USE_SAMBA_FS, [test -n "$use_smbfs"])
|
AM_CONDITIONAL(USE_SAMBA_FS, [test -n "$use_smbfs"])
|
||||||
AM_CONDITIONAL(ENABLE_MCSERVER, [test x"$enable_mcserver" = "xyes"])
|
AM_CONDITIONAL(ENABLE_MCSERVER, [test x"$enable_mcserver" = "xyes"])
|
||||||
AM_CONDITIONAL(CHARSET, [test -n "$have_charset"])
|
AM_CONDITIONAL(CHARSET, [test -n "$have_charset"])
|
||||||
|
@ -39,7 +39,7 @@ SMB_NETFILES = $(SMBFILES)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
UNDELFILES = undelfs.c
|
UNDELFILES = undelfs.c
|
||||||
if USE_UNDEL_FS
|
if ENABLE_VFS_UNDELFS
|
||||||
UNDEL_FILES = $(UNDELFILES)
|
UNDEL_FILES = $(UNDELFILES)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user