From 2b41a2e4e2f115f9d7a5f2e2d52b055642c39181 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 3 Sep 2002 17:46:15 +0000 Subject: [PATCH] One translatable message less. --- src/textconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/textconf.c b/src/textconf.c index a2515121a..dad13d3c6 100644 --- a/src/textconf.c +++ b/src/textconf.c @@ -73,7 +73,7 @@ static const char * const features [] = { #elif defined(USE_NCURSES) N_("Using the ncurses library"), #else - N_("Using old curses library"), + #error "Cannot compile mc without S-Lang or ncurses" #endif /* !HAVE_SLANG && !USE_NCURSES */ "\n",