mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
* configure.in: Fix USE_VFS_NET conditional. Don't substitute
NETFILES - it's unused.
This commit is contained in:
parent
3c7cc35025
commit
3b1339707a
@ -1,5 +1,8 @@
|
|||||||
2002-09-05 Pavel Roskin <proski@gnu.org>
|
2002-09-05 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* configure.in: Fix USE_VFS_NET conditional. Don't substitute
|
||||||
|
NETFILES - it's unused.
|
||||||
|
|
||||||
* configure.in: Check for arpa/inet.h.
|
* configure.in: Check for arpa/inet.h.
|
||||||
|
|
||||||
* mcfn_install: Remove. Also remove all references to it.
|
* mcfn_install: Remove. Also remove all references to it.
|
||||||
|
@ -274,12 +274,6 @@ dnl
|
|||||||
AC_ARG_ENABLE([mcserv-install],
|
AC_ARG_ENABLE([mcserv-install],
|
||||||
[--enable-mcserv-install Install mcserv - Midnight Commander file server])
|
[--enable-mcserv-install Install mcserv - Midnight Commander file server])
|
||||||
|
|
||||||
NETFILES=
|
|
||||||
if test $have_socket = yes; then
|
|
||||||
NETFILES="\$(NETFILES)"
|
|
||||||
fi
|
|
||||||
AC_SUBST(NETFILES)
|
|
||||||
|
|
||||||
vfs_type="normal"
|
vfs_type="normal"
|
||||||
if test $use_vfs = yes
|
if test $use_vfs = yes
|
||||||
then
|
then
|
||||||
@ -700,7 +694,7 @@ fi
|
|||||||
|
|
||||||
AM_CONDITIONAL(USE_EDIT, [test -n "$LIBEDIT_A"])
|
AM_CONDITIONAL(USE_EDIT, [test -n "$LIBEDIT_A"])
|
||||||
AM_CONDITIONAL(USE_VFS, [test "x$use_vfs" = xyes])
|
AM_CONDITIONAL(USE_VFS, [test "x$use_vfs" = xyes])
|
||||||
AM_CONDITIONAL(USE_VFS_NET, [test -n "$NETFILES"])
|
AM_CONDITIONAL(USE_VFS_NET, [test x"$use_net_code" = xtrue])
|
||||||
AM_CONDITIONAL(USE_UNDEL_FS, [test -n "$undelfs_o"])
|
AM_CONDITIONAL(USE_UNDEL_FS, [test -n "$undelfs_o"])
|
||||||
AM_CONDITIONAL(USE_SAMBA_FS, [test -n "$SAMBAFILES"])
|
AM_CONDITIONAL(USE_SAMBA_FS, [test -n "$SAMBAFILES"])
|
||||||
AM_CONDITIONAL(MCSERV_INSTALL,
|
AM_CONDITIONAL(MCSERV_INSTALL,
|
||||||
|
Loading…
Reference in New Issue
Block a user