1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 08:37:59 +00:00

Move _ldd setting to a saner place.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22056 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-01-28 22:27:05 +00:00
parent 90654b8eff
commit 4cd478c1f1

2
configure vendored
View File

@ -469,6 +469,7 @@ _mtrr=auto
_install=install
_ranlib=ranlib
_ldconfig=ldconfig
_ldd=ldd
_cc=cc
test "$CC" && _cc="$CC"
_gcc_check=yes
@ -672,7 +673,6 @@ if freebsd ; then
_inc_extra="$_inc_extra -I/usr/local/include"
fi
_ldd=ldd
if darwin; then
_ldd="otool -L"
_ld_extra="$_ld_extra -L/usr/local/lib"