* configure.in: Remove now unused variables LIBVFS and LVFS.

This commit is contained in:
Pavel Roskin 2001-09-10 20:31:35 +00:00
parent 92f05b1d2f
commit 36ec0ba15b
2 changed files with 3 additions and 7 deletions

View File

@ -1,5 +1,7 @@
2001-09-10 Pavel Roskin <proski@gnu.org>
* configure.in: Remove now unused variables LIBVFS and LVFS.
* configure.in: Remove unused variables LINTL and INTLDEPS.
* configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when

View File

@ -272,18 +272,12 @@ if test $have_socket = yes; then
fi
AC_SUBST(NETFILES)
LIBVFS=""
LVFS=""
vfs_type="normal"
if test $use_vfs = yes
then
LIBVFS="libvfs-mc.a"
LVFS="-lvfs-mc"
AC_MSG_RESULT([Using the VFS switch code])
vfs_type="Midnight Commander Virtual File System"
fi
AC_SUBST(LIBVFS)
AC_SUBST(LVFS)
screen_manager=unknown
search_ncurses=false
@ -804,7 +798,7 @@ if test "x$SAMBAFILES" != x; then
fi
AM_CONDITIONAL(USE_EDIT, [test -n "$LIBEDIT_A"])
AM_CONDITIONAL(USE_VFS, [test -n "$LIBVFS"])
AM_CONDITIONAL(USE_VFS, [test "x$use_vfs" = xyes])
AM_CONDITIONAL(USE_VFS_NET, [test -n "$NETFILES"])
AM_CONDITIONAL(USE_UNDEL_FS, [test -n "$undelfs_o"])
AM_CONDITIONAL(USE_SAMBA_FS, [test -n "$SAMBAFILES"])