diff options
author | Johannes Schickel | 2013-02-02 12:31:28 -0800 |
---|---|---|
committer | Johannes Schickel | 2013-02-02 12:31:28 -0800 |
commit | 8ae324f50c874717c1949fe9f386c0d622117282 (patch) | |
tree | 408195adc6452806379e6442aab770450bf6995f | |
parent | 31252e10950ee5ab6f2f812ddc64c9c59697be75 (diff) | |
parent | b65365e0d314bff91f5fb3c4fbdd3da7944ea7a2 (diff) | |
download | scummvm-rg350-8ae324f50c874717c1949fe9f386c0d622117282.tar.gz scummvm-rg350-8ae324f50c874717c1949fe9f386c0d622117282.tar.bz2 scummvm-rg350-8ae324f50c874717c1949fe9f386c0d622117282.zip |
Merge pull request #308 from hasufell/master
fix build under et_EE locale
-rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -21,6 +21,12 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + # Save the current environment variables for next runs SAVED_CONFIGFLAGS=$@ SAVED_LDFLAGS=$LDFLAGS |