1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-31 04:02:06 +00:00

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
This commit is contained in:
diego 2008-06-02 16:32:38 +00:00
parent 0e5273520b
commit 764c8aee0f

2
configure vendored
View File

@ -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