[MPlayer-cvslog] r27023 - trunk/configure

diego subversion at mplayerhq.hu
Sat Jun 7 15:54:49 CEST 2008


Author: diego
Date: Sat Jun  7 15:54:49 2008
New Revision: 27023

Log:
Make sure that the LC_ALL variable is exported to the environment of
shell commands invoked by make.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sat Jun  7 15:54:49 2008
@@ -7555,7 +7555,7 @@ cat > config.mak << EOF
 # -------- Generated by configure -----------
 
 # Ensure that locale settings do not interfere with shell commands.
-LC_ALL = C
+export LC_ALL = C
 
 MAN_LANG = $MAN_LANG
 MAN_LANG_ALL = $MAN_LANG_ALL



More information about the MPlayer-cvslog mailing list