typo in _ld_mlib shell variable, mplayer didn't link any more against medialib

-lposix4 and -lkstat lost on architecture dependand libs, _ld_arch


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3037 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
jkeil 2001-11-20 19:35:03 +00:00
parent 8ca12cd021
commit ca7c6a68e8
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -1804,7 +1804,7 @@ fi
if test "$_mlib" = yes ; then
_def_mlib='#define HAVE_MLIB 1'
_inc_mlib=" -I${_mlibdir}/include "
_ld_mlibl=" -L${_mlibdir}/lib -R${_mlibdir}/lib -lmlib "
_ld_mlib=" -L${_mlibdir}/lib -R${_mlibdir}/lib -lmlib "
else
_def_mlib='#undef HAVE_MLIB'
fi
@ -2367,7 +2367,7 @@ else
_confcygwin="TARGET_CYGWIN = no"
fi
_ld_arch="$_ld_pthread $_ld_dl $_ld_dl_dynamic"
_ld_arch="${_ld_arch} $_ld_pthread $_ld_dl $_ld_dl_dynamic"
#bsd && _ld_arch="-rdynamic $_ld_arch"
bsdos && _ld_arch="$_ld_arch -ldvd"