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:
Slava Zanko 2009-09-12 16:03:10 +03:00
parent 94f30d0905
commit 3b05057818
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