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:
Diego Biurrun 2008-10-12 15:56:22 +00:00
parent 15fe16f4a4
commit 79ab96bafd
1 changed files with 2 additions and 1 deletions

3
configure vendored
View File

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