summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-02 12:55:24 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-02 12:55:24 +0000
commit0e5273520bf0a71df951dba40bbda70d9426a107 (patch)
tree50cb53fbe878d720202d9e816b9580265e25a43c /configure
parentfb9b1ccced2825347b96495d0eb33b818a4b0105 (diff)
downloadmpv-0e5273520bf0a71df951dba40bbda70d9426a107.tar.bz2
mpv-0e5273520bf0a71df951dba40bbda70d9426a107.tar.xz
10l: Restore LANG variable in config.mak so that shell commands are not
negatively affected by (broken) locale settings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26966 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 231edbf6af..767b2cc6e3 100755
--- a/configure
+++ b/configure
@@ -7579,6 +7579,9 @@ echo "Creating config.mak"
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