mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
* configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
This commit is contained in:
parent
09d9b11859
commit
8ae0cebc22
@ -1,3 +1,7 @@
|
||||
2001-08-25 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
|
||||
|
||||
2001-08-24 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* extraconf.h: Remove all references to HAVE_X.
|
||||
|
@ -840,7 +840,9 @@ fi],
|
||||
AC_CONFIG_SUBDIRS([vfs/samba])
|
||||
fi])
|
||||
|
||||
AM_CONDITIONAL(USE_VFS, [test -n "$LIBVFS"])
|
||||
AM_CONDITIONAL(USE_SAMBA_FS, [test "x$SAMBAFILES" != x])
|
||||
AM_CONDITIONAL(INCLUDED_SLANG, [test -n "$LIBSLANG"])
|
||||
|
||||
AC_OUTPUT([
|
||||
Make.common
|
||||
|
Loading…
Reference in New Issue
Block a user