summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-10-04 17:11:54 +0000
committerDiego Biurrun <diego@biurrun.de>2008-10-04 17:11:54 +0000
commit460a4fb99d1e864b72f28c534aaa8062ce84e6b6 (patch)
tree306ebde07baeec9519cb24a8e109eb1d1fdc4876
parent8539d8b5730384d4f92ad3336c93163fc6ee7d89 (diff)
Merge variable declaration and export.
Originally committed as revision 15554 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 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