mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Merge branch '1607_undel_fs'
* 1607_undel_fs: Ticket #1607: undelfs check broken in configure.ac
This commit is contained in:
commit
c96d4b3be0
@ -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_VFS, [test "x$use_vfs" = xyes])
|
||||
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(ENABLE_MCSERVER, [test x"$enable_mcserver" = "xyes"])
|
||||
AM_CONDITIONAL(CHARSET, [test -n "$have_charset"])
|
||||
|
@ -39,7 +39,7 @@ SMB_NETFILES = $(SMBFILES)
|
||||
endif
|
||||
|
||||
UNDELFILES = undelfs.c
|
||||
if USE_UNDEL_FS
|
||||
if ENABLE_VFS_UNDELFS
|
||||
UNDEL_FILES = $(UNDELFILES)
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user