* textconf.c (features): Fix interpretation of

HAVE_SYSTEM_SLANG.
From David Martin <dmartina@excite.es>
This commit is contained in:
Pavel Roskin 2001-08-15 22:20:17 +00:00
parent fdb4b5ca14
commit 246ee1445c
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2001-08-15 Pavel Roskin <proski@gnu.org>
* textconf.c (features): Fix interpretation of
HAVE_SYSTEM_SLANG.
From David Martin <dmartina@excite.es>
2001-08-14 Pavel Roskin <proski@gnu.org>
* key.h (define_sequence): Change declaration to return int.

View File

@ -44,9 +44,9 @@ static const char * const features [] = {
#ifdef HAVE_SLANG
# ifdef HAVE_SYSTEM_SLANG
N_("Using S-Lang library"),
# else
N_("Using system-installed S-Lang library"),
# else
N_("Using S-Lang library"),
# endif
" ",