[MPlayer-cvslog] r18982 - trunk/configure
    diego 
    subversion at mplayerhq.hu
       
    Sun Jul  9 18:37:18 CEST 2006
    
    
  
Author: diego
Date: Sun Jul  9 18:37:18 2006
New Revision: 18982
Modified:
   trunk/configure
Log:
_x11_paths should just be a list of paths without -L.
Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Jul  9 18:37:18 2006
@@ -2097,7 +2097,7 @@
     _inc_x11=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -I,g'`
     ;;
   --with-x11libdir=*)
-    _x11_paths=`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -L,g'`
+    _x11_paths=`echo $ac_option | cut -d '=' -f 2`
     ;;
   --with-dxr2incdir=*)
     _inc_dxr2=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -I,g'`
    
    
More information about the MPlayer-cvslog
mailing list