From 036b3d0c5171e211ed3aa5f29973bde4268b603c Mon Sep 17 00:00:00 2001
From: diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>
Date: Sat, 4 Oct 2008 17:15:39 +0000
Subject: [PATCH] Merge variable declaration and export.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27716 b3059339-0415-0410-9bf9-f77b7e298cf2
---
 configure | 3 +--
 1 file changed, 1 insertion(+), 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="$*"