Report Aspell support (if enabled) in the output of mc -V.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2019-01-01 18:23:38 +03:00
parent 762c8ed2d1
commit 4a25dc2e94

View File

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