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:
atmos4 2002-03-26 03:09:57 +00:00
parent 72b8900abd
commit 3eb9a68435
1 changed files with 4 additions and 4 deletions

8
configure vendored
View File

@ -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