Browse Source

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
tags/v0.5
Diego Biurrun 16 years ago
parent
commit
79ab96bafd
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      configure

+ 2
- 1
configure 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


Loading…
Cancel
Save