[MPlayer-dev-eng] sh incompatibility in configure?

Zuxy Meng zuxy.meng at gmail.com
Mon Feb 16 07:18:57 CET 2009


Hi

When running configure on SunOS 5.8 I met the problem:

./configure: LC_ALL=C: is not an identifier

The following fixes this, although I'm not sure if it's a Sun's shell's bug.

Index: configure
===================================================================
--- configure    28585
+++ configure
@@ -50,7 +50,8 @@
 #############################################################################

 # Prevent locale nonsense from breaking basic text processing utils
-export LC_ALL=C
+LC_ALL=C
+export LC_ALL

 # Store the configure line that was used
 _configuration="$*"

-- 
Zuxy
Beauty is truth,
While truth is beauty.
PGP KeyID: E8555ED6



More information about the MPlayer-dev-eng mailing list