Globally set LC_ALL=C to prevent locale issues from breaking tests.

Originally committed as revision 15511 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-10-02 15:44:24 +00:00
parent 2c4b482931
commit 31e647f8a2
1 changed files with 4 additions and 0 deletions

4
configure vendored
View File

@ -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