mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
* textconf.c (features): Fix interpretation of
HAVE_SYSTEM_SLANG. From David Martin <dmartina@excite.es>
This commit is contained in:
parent
fdb4b5ca14
commit
246ee1445c
@ -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.
|
||||
|
@ -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
|
||||
|
||||
" ",
|
||||
|
Loading…
Reference in New Issue
Block a user