Merge variable declaration and export.

Originally committed as revision 15554 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-10-04 17:11:54 +00:00
parent 8539d8b573
commit 460a4fb99d
1 changed files with 1 additions and 2 deletions

3
configure vendored
View File

@ -8,8 +8,7 @@
#
# Prevent locale nonsense from breaking basic text processing.
LC_ALL=C
export LC_ALL
export LC_ALL=C
# make sure we are running under a compatible shell
# try to make this part work with most shells