mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* configure.in: New conditional USE_EDIT.
This commit is contained in:
parent
b8e5a09b30
commit
6feb479c7d
@ -1,5 +1,7 @@
|
||||
2001-08-26 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.in: New conditional USE_EDIT.
|
||||
|
||||
* syntax/changelog.syntax: Don't require '@' to be in the
|
||||
address. This also works around a bug in the syntax engine
|
||||
that prevented highlighting of addresses.
|
||||
|
@ -840,6 +840,7 @@ fi],
|
||||
AC_CONFIG_SUBDIRS([vfs/samba])
|
||||
fi])
|
||||
|
||||
AM_CONDITIONAL(USE_EDIT, [test -n "$LIBEDIT_A"])
|
||||
AM_CONDITIONAL(USE_VFS, [test -n "$LIBVFS"])
|
||||
AM_CONDITIONAL(USE_SAMBA_FS, [test "x$SAMBAFILES" != x])
|
||||
AM_CONDITIONAL(INCLUDED_SLANG, [test -n "$LIBSLANG"])
|
||||
|
Loading…
Reference in New Issue
Block a user