changeset 22038:2f2dab18d868

Move _ldd setting to a saner place.
author diego
date Sun, 28 Jan 2007 22:27:05 +0000
parents 489b443a8ecf
children cb8cf313ce0b
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"