diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-10-02 15:44:24 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-10-02 15:44:24 +0000 |
commit | 31e647f8a2997f63b2836ef81f8ca972075a2734 (patch) | |
tree | 79171f392f0f468aa5f656e45fb578ce74eac516 | |
parent | 2c4b4829312cf9a4a6acc3ad53ecd89a1563c745 (diff) | |
download | ffmpeg-31e647f8a2997f63b2836ef81f8ca972075a2734.tar.gz |
Globally set LC_ALL=C to prevent locale issues from breaking tests.
Originally committed as revision 15511 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ # Copyright (c) 2005-2006 Mans Rullgard # +# Prevent locale nonsense from breaking basic text processing. +LC_ALL=C +export LC_ALL + # make sure we are running under a compatible shell # try to make this part work with most shells |