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