summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-10-12 15:56:22 +0000
committerDiego Biurrun <diego@biurrun.de>2008-10-12 15:56:22 +0000
commit79ab96bafd3b0585c388d924c74a6f88c0447550 (patch)
tree0c9b9475ac5b4befaebcecc70880d86855a80910 /configure
parent15fe16f4a44a2d54a4c99edb1cd7504bc7fc5871 (diff)
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
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