--- ltmain.sh.orig	Sat May 24 11:13:58 2003
+++ ltmain.sh	Sat May 24 11:16:43 2003
@@ -1758,7 +1758,12 @@
 
 	  if test "$installed" = no; then
 	    notinst_deplibs="$notinst_deplibs $lib"
-	    need_relink=yes
+		case $host in
+		  *darwin*) need_relink=no
+		  ;;
+		  *) need_relink=yes
+	      ;;
+		esac
 	  fi
 
 	  if test -n "$old_archive_from_expsyms_cmds"; then


syntax highlighted by Code2HTML, v. 0.9.1