summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-09 21:39:17 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-09 21:39:17 +0000
commit647fa498cb006db071cf4b8c3a10f60d4d15cb46 (patch)
tree885df06235ebe94b0c180c1077bcdcd8d1dcdba4 /configure
parent12cfd4f910774cfbba8abc10703c722eea33b4d2 (diff)
downloadmpv-647fa498cb006db071cf4b8c3a10f60d4d15cb46.tar.bz2
mpv-647fa498cb006db071cf4b8c3a10f60d4d15cb46.tar.xz
end of the locale nightmare, forever
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15390 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 87b0810b30..3b28ee9227 100755
--- a/configure
+++ b/configure
@@ -23,6 +23,10 @@
#
#############################################################################
+# Prevent locale nonsense from breaking basic text processing utils
+LC_ALL=C
+export LC_ALL
+
# Prefer these macros to full length text !
# These macros only return an error code - NO display is done
cc_check() {