diff options
author | rfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-05-09 21:39:17 +0000 |
---|---|---|
committer | rfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-05-09 21:39:17 +0000 |
commit | 647fa498cb006db071cf4b8c3a10f60d4d15cb46 (patch) | |
tree | 885df06235ebe94b0c180c1077bcdcd8d1dcdba4 /configure | |
parent | 12cfd4f910774cfbba8abc10703c722eea33b4d2 (diff) |
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-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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() { |