From 6feb479c7dc9e21bb8869b4cb4c618e733cd9fed Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sun, 26 Aug 2001 08:40:11 +0000 Subject: [PATCH] * configure.in: New conditional USE_EDIT. --- ChangeLog | 2 ++ configure.in | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 94ed2aa93..171044d29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-08-26 Pavel Roskin + * 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. diff --git a/configure.in b/configure.in index 954d8a39e..2984b1af5 100644 --- a/configure.in +++ b/configure.in @@ -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"])