diff options
Diffstat (limited to 'src/core/locale-setup.c')
-rw-r--r-- | src/core/locale-setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/locale-setup.c b/src/core/locale-setup.c index 25eb13474a..ec512909ec 100644 --- a/src/core/locale-setup.c +++ b/src/core/locale-setup.c @@ -121,7 +121,7 @@ int locale_setup(void) { log_warning("Failed to read /etc/locale.conf: %s", strerror(-r)); } -#if defined(TARGET_FEDORA) || defined(TARGET_ALTLINUX) +#if defined(TARGET_ALTLINUX) if (r <= 0 && (r = parse_env_file("/etc/sysconfig/i18n", NEWLINE, "LANG", &variables[VARIABLE_LANG], |