From 460a4fb99d1e864b72f28c534aaa8062ce84e6b6 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 4 Oct 2008 17:11:54 +0000 Subject: Merge variable declaration and export. Originally committed as revision 15554 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure b/configure index 3ef85bdcda..1911f837ba 100755 --- a/configure +++ b/configure @@ -8,8 +8,7 @@ # # Prevent locale nonsense from breaking basic text processing. -LC_ALL=C -export LC_ALL +export LC_ALL=C # make sure we are running under a compatible shell # try to make this part work with most shells -- cgit v1.2.3