Mercurial > mplayer.hg
changeset 22950:bff0a6f9bfc0
Remove *ancient* ldd debugging junk.
author | diego |
---|---|
date | Wed, 11 Apr 2007 08:56:30 +0000 |
parents | 6613c5397aba |
children | 9827dac2e1d4 |
files | configure |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Apr 11 07:16:04 2007 +0000 +++ b/configure Wed Apr 11 08:56:30 2007 +0000 @@ -67,8 +67,6 @@ $_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 @@ _install=install _ranlib=ranlib _ldconfig=ldconfig -_ldd=ldd _cc=cc test "$CC" && _cc="$CC" _gcc_check=yes @@ -1272,7 +1269,6 @@ fi if darwin; then - _ldd="otool -L" _ld_extra="$_ld_extra -L/usr/local/lib" _inc_extra="$_inc_extra -I/usr/local/include" fi