Merge variable declaration and export.

Originally committed as revision 15554 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 17 years ago
parent 8539d8b573
commit 460a4fb99d
  1. 3
      configure

3
configure vendored

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

Loading…
Cancel
Save