aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2013-02-02 12:31:28 -0800
committerJohannes Schickel2013-02-02 12:31:28 -0800
commit8ae324f50c874717c1949fe9f386c0d622117282 (patch)
tree408195adc6452806379e6442aab770450bf6995f
parent31252e10950ee5ab6f2f812ddc64c9c59697be75 (diff)
parentb65365e0d314bff91f5fb3c4fbdd3da7944ea7a2 (diff)
downloadscummvm-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-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 91364eb304..3b8b845593 100755
--- a/configure
+++ b/configure
@@ -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