changeset 26934:3aae8bf866e1

10l: Restore LANG variable in config.mak so that shell commands are not negatively affected by (broken) locale settings.
author diego
date Mon, 02 Jun 2008 12:55:24 +0000
parents 20b9569183e0
children 0dc61a671898
files configure
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Jun 02 12:28:48 2008 +0000
+++ b/configure	Mon Jun 02 12:55:24 2008 +0000
@@ -7579,6 +7579,9 @@
 cat > config.mak << EOF
 # -------- Generated by configure -----------
 
+# Ensure that locale settings do not interfere with shell commands.
+LANG = C
+
 MAN_LANG = $MAN_LANG
 MAN_LANG_ALL = $MAN_LANG_ALL