Mercurial > mplayer.hg
changeset 18977:408714bc075c
_x11_paths should just be a list of paths without -L.
author | diego |
---|---|
date | Sun, 09 Jul 2006 16:37:18 +0000 |
parents | 6a08d0dabca8 |
children | 9f97ca988ea7 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Jul 09 16:01:36 2006 +0000 +++ b/configure Sun Jul 09 16:37:18 2006 +0000 @@ -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'`