summaryrefslogtreecommitdiff
path: root/config/mconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'config/mconf.c')
-rw-r--r--config/mconf.c2
1 files changed, 2 insertions, 0 deletions
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);