From: Dan Kogai Date: Wed, 4 Jun 2003 01:29:42 +0000 (+0900) Subject: [MacOS X] consider useshrplib='false' by default X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=39225f5c712b7c912695bc38ab029bc2998beff8;p=p5sagit%2Fp5-mst-13.2.git [MacOS X] consider useshrplib='false' by default Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp> p4raw-id: //depot/perl@19681 --- diff --git a/hints/darwin.sh b/hints/darwin.sh index b50ad77..34de867 100644 --- a/hints/darwin.sh +++ b/hints/darwin.sh @@ -139,7 +139,11 @@ case "$osvers" in ;; esac ldlibpthname='DYLD_LIBRARY_PATH'; -useshrplib='true'; + +# useshrplib=true results in much slower startup times. +case "$useshrplib" in +'') useshrplib='false' ;; +esac cat > UU/archname.cbu <<'EOCBU' # This script UU/archname.cbu will get 'called-back' by Configure