summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-02 16:32:38 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-02 16:32:38 +0000
commit764c8aee0f66d4c854aad1e6739c493b886a4fea (patch)
treefc0aa195664a01cc010f639a73225de97e66377c /configure
parent0e5273520bf0a71df951dba40bbda70d9426a107 (diff)
downloadmpv-764c8aee0f66d4c854aad1e6739c493b886a4fea.tar.bz2
mpv-764c8aee0f66d4c854aad1e6739c493b886a4fea.tar.xz
Use LC_ALL instead of LANG in config.mak to prevent locale settings from
messing with text processing tools. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26967 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 767b2cc6e3..a9b380a4c5 100755
--- a/configure
+++ b/configure
@@ -7580,7 +7580,7 @@ cat > config.mak << EOF
# -------- Generated by configure -----------
# Ensure that locale settings do not interfere with shell commands.
-LANG = C
+LC_ALL = C
MAN_LANG = $MAN_LANG
MAN_LANG_ALL = $MAN_LANG_ALL