From: Andy Dougherty Date: Wed, 4 Jun 2003 11:33:29 +0000 (-0400) Subject: Re: [MacOS X] consider useshrplib='false' by default X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=763754f38cf4aa7529d159af680f3507268996d8;p=p5sagit%2Fp5-mst-13.2.git Re: [MacOS X] consider useshrplib='false' by default Message-ID: p4raw-id: //depot/perl@19687 --- diff --git a/hints/darwin.sh b/hints/darwin.sh index 34de867..748a67f 100644 --- a/hints/darwin.sh +++ b/hints/darwin.sh @@ -141,9 +141,7 @@ esac ldlibpthname='DYLD_LIBRARY_PATH'; # useshrplib=true results in much slower startup times. -case "$useshrplib" in -'') useshrplib='false' ;; -esac +# 'false' is the default value. Use Configure -Duseshrplib to override. cat > UU/archname.cbu <<'EOCBU' # This script UU/archname.cbu will get 'called-back' by Configure