1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

end of the locale nightmare, forever

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15390 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2005-05-09 21:39:17 +00:00
parent 12cfd4f910
commit 647fa498cb

4
configure vendored
View File

@ -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() {