* configure.in: New conditional USE_EDIT.

This commit is contained in:
Pavel Roskin 2001-08-26 08:40:11 +00:00
parent b8e5a09b30
commit 6feb479c7d
2 changed files with 3 additions and 0 deletions

View File

@ -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.

View File

@ -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"])