Ticket #1459: link fail with --enable-vfs-undelfs and --enable-vfs

configure.ac: fix autoconf for --enable-vfs-undelfs option
    original author: slyfox
This commit is contained in:
Stan. S. Krupoderov 2009-08-04 23:34:32 +04:00
parent d268dcd5f3
commit 5894396494

View File

@ -535,7 +535,7 @@ fi
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 "$use_undelfs"])
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"])