diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-06-07 13:54:49 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-06-07 13:54:49 +0000 |
commit | 24b27f92c1a20b3d323e910ead1d7cda6457eac2 (patch) | |
tree | eac5099aafa86b9c669bd1915b667d4fe795c631 /configure | |
parent | 883dfcb4092ece166f41db6c1efd5c3d9c104c0d (diff) |
Make sure that the LC_ALL variable is exported to the environment of
shell commands invoked by make.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27023 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7555,7 +7555,7 @@ cat > config.mak << EOF # -------- Generated by configure ----------- # Ensure that locale settings do not interfere with shell commands. -LC_ALL = C +export LC_ALL = C MAN_LANG = $MAN_LANG MAN_LANG_ALL = $MAN_LANG_ALL |