1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-05 13:47:39 +00:00

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
This commit is contained in:
diego 2008-06-02 12:55:24 +00:00
parent fb9b1ccced
commit 0e5273520b

3
configure vendored
View File

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