diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-10-12 15:56:22 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-10-12 15:56:22 +0000 |
commit | 79ab96bafd3b0585c388d924c74a6f88c0447550 (patch) | |
tree | 0c9b9475ac5b4befaebcecc70880d86855a80910 /configure | |
parent | 15fe16f4a44a2d54a4c99edb1cd7504bc7fc5871 (diff) | |
download | ffmpeg-79ab96bafd3b0585c388d924c74a6f88c0447550.tar.gz |
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-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |