Merge branch '1607_undel_fs'

* 1607_undel_fs:
  Ticket #1607: undelfs check broken in configure.ac
This commit is contained in:
Slava Zanko 2009-10-15 09:35:00 +03:00
commit c96d4b3be0
2 changed files with 1 additions and 2 deletions

View File

@ -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"])

View File

@ -39,7 +39,7 @@ SMB_NETFILES = $(SMBFILES)
endif
UNDELFILES = undelfs.c
if USE_UNDEL_FS
if ENABLE_VFS_UNDELFS
UNDEL_FILES = $(UNDELFILES)
endif