From df25a2fd0779277dd0f43d070e4a15f0dc16bacc Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 28 Aug 2009 21:34:47 +0200 Subject: make it compile without locale support --- config/mconf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/mconf.c') diff --git a/config/mconf.c b/config/mconf.c index 9516a5715..6aa2c0d88 100644 --- a/config/mconf.c +++ b/config/mconf.c @@ -875,9 +875,11 @@ int main(int ac, char **av) char *mode; int res; +#ifndef KBUILD_NO_NLS setlocale(LC_ALL, ""); bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); +#endif conf_parse(av[1]); conf_read(NULL); -- cgit v1.2.3