summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-28 22:27:05 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-28 22:27:05 +0000
commit4cd478c1f19aeeedbeebf2c09812ee3a1efcb352 (patch)
treed76f96756f70f719a834e5c203f7a68478b6bfce /configure
parent90654b8eff9f64602fd64d2f7aaee7964fd31d08 (diff)
downloadmpv-4cd478c1f19aeeedbeebf2c09812ee3a1efcb352.tar.bz2
mpv-4cd478c1f19aeeedbeebf2c09812ee3a1efcb352.tar.xz
Move _ldd setting to a saner place.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22056 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b0536c0b84..417744f3b8 100755
--- a/configure
+++ b/configure
@@ -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"