diff options
Diffstat (limited to 'hints/darwin.sh')
-rw-r--r-- | hints/darwin.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hints/darwin.sh b/hints/darwin.sh index b50ad771da..34de8673e8 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 |