diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-11-30 19:23:49 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-11-30 19:24:37 -0500 |
commit | b6642826e4b10251b9a5e215236fd9dcf3024c04 (patch) | |
tree | d55aadc37bc3dd4345952d258b4d746f8ff57ae4 /configure.ac | |
parent | 143e04457a8d3c376c4c9aca7e807e1462feb490 (diff) | |
download | gdm-b6642826e4b10251b9a5e215236fd9dcf3024c04.tar.gz |
Change the default language config file location
/etc/sysconfig/i18n is a RHism; change the default to /etc/locale.conf.
https://bugzilla.gnome.org/show_bug.cgi?id=689397
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b43607fd..d89ba41a 100644 --- a/configure.ac +++ b/configure.ac @@ -327,7 +327,7 @@ AC_ARG_WITH(lang-file, if test x$withval != x; then LANG_CONFIG_FILE="$withval" else - LANG_CONFIG_FILE='$(sysconfdir)/sysconfig/i18n' + LANG_CONFIG_FILE='$(sysconfdir)/locale.conf' fi AC_SUBST(LANG_CONFIG_FILE) |