[MacOS X] consider useshrplib='false' by default
Dan Kogai [Wed, 4 Jun 2003 01:29:42 +0000 (10:29 +0900)]
Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>

p4raw-id: //depot/perl@19681

hints/darwin.sh

index b50ad77..34de867 100644 (file)
@@ -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