[MPlayer-cvslog] CVS: main configure,1.996,1.997
Richard Felker CVS
syncmail at mplayerhq.hu
Mon May 9 23:39:21 CEST 2005
CVS change done by Richard Felker CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv4183
Modified Files:
configure
Log Message:
end of the locale nightmare, forever
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.996
retrieving revision 1.997
diff -u -r1.996 -r1.997
--- configure 9 May 2005 17:02:10 -0000 1.996
+++ configure 9 May 2005 21:39:17 -0000 1.997
@@ -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() {
More information about the MPlayer-cvslog
mailing list