mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Report Aspell support (if enabled) in the output of mc -V.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
762c8ed2d1
commit
4a25dc2e94
@ -90,8 +90,12 @@ static const char *const features[] = {
|
||||
#endif /* !HAVE_SLANG && !USE_NCURSES */
|
||||
|
||||
#ifdef USE_INTERNAL_EDIT
|
||||
#ifdef HAVE_ASPELL
|
||||
N_("With builtin Editor and Aspell support\n"),
|
||||
#else
|
||||
N_("With builtin Editor\n"),
|
||||
#endif
|
||||
#endif /* HAVE_ASPELL */
|
||||
#endif /* USE_INTERNAL_EDIT */
|
||||
|
||||
#ifdef ENABLE_SUBSHELL
|
||||
#ifdef SUBSHELL_OPTIONAL
|
||||
|
Loading…
Reference in New Issue
Block a user