diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-10-04 17:11:54 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-10-04 17:11:54 +0000 |
commit | 460a4fb99d1e864b72f28c534aaa8062ce84e6b6 (patch) | |
tree | 306ebde07baeec9519cb24a8e109eb1d1fdc4876 /configure | |
parent | 8539d8b5730384d4f92ad3336c93163fc6ee7d89 (diff) | |
download | ffmpeg-460a4fb99d1e864b72f28c534aaa8062ce84e6b6.tar.gz |
Merge variable declaration and export.
Originally committed as revision 15554 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |