[Mplayer-cvslog] CVS: 0_90 configure,1.658,1.659
    Jürgen Keil CVS 
    jkeil at mplayerhq.hu
       
    Thu Feb 13 20:13:11 CET 2003
    
    
  
Update of /cvsroot/mplayer/0_90
In directory mail:/var/tmp.root/cvs-serv4414
Modified Files:
	configure 
Log Message:
Must quote shell variable in test expression, otherwise configure bombs out
on solaris
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/0_90/configure,v
retrieving revision 1.658
retrieving revision 1.659
diff -u -r1.658 -r1.659
--- configure	8 Feb 2003 22:29:05 -0000	1.658
+++ configure	13 Feb 2003 19:13:09 -0000	1.659
@@ -1579,7 +1579,7 @@
 else
   _def_i18n='#undef USE_I18N'
 fi
-if test -z $_i18n_libs ; then
+if test -z "$_i18n_libs" ; then
   echores "$_i18n"
 else
   echores "$_i18n (using $_i18n_libs)"
    
    
More information about the MPlayer-cvslog
mailing list