mirror of https://github.com/mpv-player/mpv
_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:
parent
e364249f21
commit
d5368ffc42
|
@ -2097,7 +2097,7 @@ for ac_option do
|
||||||
_inc_x11=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -I,g'`
|
_inc_x11=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -I,g'`
|
||||||
;;
|
;;
|
||||||
--with-x11libdir=*)
|
--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=*)
|
--with-dxr2incdir=*)
|
||||||
_inc_dxr2=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -I,g'`
|
_inc_dxr2=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -I,g'`
|
||||||
|
|
Loading…
Reference in New Issue