[gdm] Change the default language config file location



commit b6642826e4b10251b9a5e215236fd9dcf3024c04
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Nov 30 19:23:49 2012 -0500

    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

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b43607f..d89ba41 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)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]