summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-04 17:15:39 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-04 17:15:39 +0000
commit036b3d0c5171e211ed3aa5f29973bde4268b603c (patch)
treeeb4a7eaf0b968d2dbb96effb3c1aa267cb670a63 /configure
parent15d516ffdf8e0f4dde6f15b9f03767fb17636a03 (diff)
downloadmpv-036b3d0c5171e211ed3aa5f29973bde4268b603c.tar.bz2
mpv-036b3d0c5171e211ed3aa5f29973bde4268b603c.tar.xz
Merge variable declaration and export.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27716 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 6b93d69a33..0dfa2ac3ae 100755
--- a/configure
+++ b/configure
@@ -50,8 +50,7 @@
#############################################################################
# Prevent locale nonsense from breaking basic text processing utils
-LC_ALL=C
-export LC_ALL
+export LC_ALL=C
# Store the configure line that was used
_configuration="$*"