From 79ab96bafd3b0585c388d924c74a6f88c0447550 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Sun, 12 Oct 2008 15:56:22 +0000
Subject: [PATCH] Revert the merger of LC_ALL declaration and export. This part
 of the configure script might be run by non-POSIX shells.

Originally committed as revision 15599 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure b/configure
index c702893894..9dd7f54915 100755
--- a/configure
+++ b/configure
@@ -8,7 +8,8 @@
 #
 
 # Prevent locale nonsense from breaking basic text processing.
-export LC_ALL=C
+LC_ALL=C
+export LC_ALL
 
 # make sure we are running under a compatible shell
 # try to make this part work with most shells