summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-11-30 19:23:49 -0500
committerMatthias Clasen <mclasen@redhat.com>2012-11-30 19:24:37 -0500
commitb6642826e4b10251b9a5e215236fd9dcf3024c04 (patch)
treed55aadc37bc3dd4345952d258b4d746f8ff57ae4 /configure.ac
parent143e04457a8d3c376c4c9aca7e807e1462feb490 (diff)
downloadgdm-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.ac2
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)