_x11_paths should just be a list of paths without -L.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18982 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-07-09 16:37:18 +00:00
parent e364249f21
commit d5368ffc42
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -2097,7 +2097,7 @@ for ac_option do
_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'`