Browse Source

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

Originally committed as revision 15511 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
31e647f8a2
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      configure

+ 4
- 0
configure 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



Loading…
Cancel
Save