summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-11 08:56:30 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-11 08:56:30 +0000
commit2a8a9ccc7624cbde0ee5b2366103b42db86b82e2 (patch)
treed1a91b20c3a7ce350ccdd5243f74436a611699a5 /configure
parentc6803b94cc2ec1ee487c3e3ca4e4cb3539759d4e (diff)
downloadmpv-2a8a9ccc7624cbde0ee5b2366103b42db86b82e2.tar.bz2
mpv-2a8a9ccc7624cbde0ee5b2366103b42db86b82e2.tar.xz
Remove *ancient* ldd debugging junk.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22968 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index 739e58247a..e070004f9f 100755
--- a/configure
+++ b/configure
@@ -67,8 +67,6 @@ compile_check() {
$_cc $CFLAGS $_inc_extra $_ld_static $_ld_extra $_libs_mplayer $_libs_mencoder -o "$TMPO" "$@" >> "$TMPLOG" 2>&1
TMP="$?"
echo >> "$TMPLOG"
- echo "ldd $TMPO" >> "$TMPLOG"
- $_ldd "$TMPO" >> "$TMPLOG" 2>&1
echo >> "$TMPLOG"
return "$TMP"
}
@@ -466,7 +464,6 @@ _mtrr=auto
_install=install
_ranlib=ranlib
_ldconfig=ldconfig
-_ldd=ldd
_cc=cc
test "$CC" && _cc="$CC"
_gcc_check=yes
@@ -1272,7 +1269,6 @@ if freebsd ; then
fi
if darwin; then
- _ldd="otool -L"
_ld_extra="$_ld_extra -L/usr/local/lib"
_inc_extra="$_inc_extra -I/usr/local/include"
fi