[MPlayer-cvslog] r22006 - trunk/configure

diego subversion at mplayerhq.hu
Wed Jan 24 19:10:40 CET 2007


Author: diego
Date: Wed Jan 24 19:10:40 2007
New Revision: 22006

Modified:
   trunk/configure

Log:
Quote some expressions, might help with some shells.
patch Derek E. Lewis, dlewis solnetworks net


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Wed Jan 24 19:10:40 2007
@@ -7419,8 +7419,8 @@
 # linker paths should be the same for mencoder and mplayer
 _ld_tmp=""
 for I in $_libs_mplayer ; do
-  _tmp=`echo $I | sed -e s/^-L.*$//`
-  if test -z $_tmp ; then
+  _tmp=`echo $I | sed -e 's/^-L.*$//'`
+  if test -z "$_tmp" ; then
     _ld_extra="$I $_ld_extra"
   else
     _ld_tmp="$_ld_tmp $I"



More information about the MPlayer-cvslog mailing list