summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-10-02 15:44:24 +0000
committerDiego Biurrun <diego@biurrun.de>2008-10-02 15:44:24 +0000
commit31e647f8a2997f63b2836ef81f8ca972075a2734 (patch)
tree79171f392f0f468aa5f656e45fb578ce74eac516 /configure
parent2c4b4829312cf9a4a6acc3ad53ecd89a1563c745 (diff)
Globally set LC_ALL=C to prevent locale issues from breaking tests.
Originally committed as revision 15511 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index e6a6b4f7d5..55c7242976 100755
--- a/configure
+++ b/configure
@@ -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