summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-07 13:54:49 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-07 13:54:49 +0000
commit24b27f92c1a20b3d323e910ead1d7cda6457eac2 (patch)
treeeac5099aafa86b9c669bd1915b667d4fe795c631 /configure
parent883dfcb4092ece166f41db6c1efd5c3d9c104c0d (diff)
downloadmpv-24b27f92c1a20b3d323e910ead1d7cda6457eac2.tar.bz2
mpv-24b27f92c1a20b3d323e910ead1d7cda6457eac2.tar.xz
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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e0821dc0cd..cd6694458f 100755
--- a/configure
+++ b/configure
@@ -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