forked from FFmpeg/FFmpeg
Revert the merger of LC_ALL declaration and export.
This part of the configure script might be run by non-POSIX shells. Originally committed as revision 15599 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
15fe16f4a4
commit
79ab96bafd
1 changed files with 2 additions and 1 deletions
3
configure
vendored
3
configure
vendored
|
@ -8,7 +8,8 @@
|
|||
#
|
||||
|
||||
# Prevent locale nonsense from breaking basic text processing.
|
||||
export LC_ALL=C
|
||||
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…
Add table
Reference in a new issue