[MPlayer-cvslog] r23321 - trunk/configure
    reimar 
    subversion at mplayerhq.hu
       
    Tue May 15 23:07:27 CEST 2007
    
    
  
Author: reimar
Date: Tue May 15 23:07:27 2007
New Revision: 23321
Log:
Avoid passing test invalid arguments when string is empty.
Fixes configure under Solaris
Modified:
   trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue May 15 23:07:27 2007
@@ -1510,7 +1510,7 @@ if x86 ; then
                            -e s/xmm/sse/ -e s/kni/sse/`
 
   for ext in $pparam ; do
-    eval test \$_$ext = auto 2>/dev/null && eval _$ext=kernel_check
+    eval test \"\$_$ext\" = auto 2>/dev/null && eval _$ext=kernel_check
   done
 
   # SSE implies MMX2, but not all SSE processors report the mmxext CPU flag.
    
    
More information about the MPlayer-cvslog
mailing list