# HG changeset patch # User diego # Date 1170023225 0 # Node ID 2f2dab18d868e4f81102599290f18998b6cfe277 # Parent 489b443a8ecf8859298a51a95b6dbe61c690e85f Move _ldd setting to a saner place. diff -r 489b443a8ecf -r 2f2dab18d868 configure --- a/configure Sun Jan 28 21:42:22 2007 +0000 +++ b/configure Sun Jan 28 22:27:05 2007 +0000 @@ -469,6 +469,7 @@ _install=install _ranlib=ranlib _ldconfig=ldconfig +_ldd=ldd _cc=cc test "$CC" && _cc="$CC" _gcc_check=yes @@ -672,7 +673,6 @@ _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"