mirror of
https://github.com/mpv-player/mpv
synced 2025-03-20 02:09:52 +00:00
I wonder noone noticed this, wrong output of extra[inc|lib]
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5349 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
72b8900abd
commit
3eb9a68435
8
configure
vendored
8
configure
vendored
@ -1175,16 +1175,16 @@ fi
|
||||
|
||||
|
||||
echocheck "extra headers"
|
||||
if test "$_extraincdir" ; then
|
||||
echores "$_extraincdir"
|
||||
if test "$_inc_extra" ; then
|
||||
echores "$_inc_extra"
|
||||
else
|
||||
echores "none"
|
||||
fi
|
||||
|
||||
|
||||
echocheck "extra libs"
|
||||
if test "$_extralibdir" ; then
|
||||
echores "$_extralibdir"
|
||||
if test "$_ld_extra" ; then
|
||||
echores "$_ld_extra"
|
||||
else
|
||||
echores "none"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user