[ID 20010421.010] Perl 5.6.1 on Unixware 7
authorJoe Orton <jorton@redhat.com>
Tue, 17 Apr 2001 15:50:43 +0000 (16:50 +0100)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 21 Apr 2001 16:43:52 +0000 (16:43 +0000)
Message-Id: <20010417155043.D19132@eu.c2.net>

p4raw-id: //depot/perl@9774

hints/svr5.sh

index f73689507a239fe4ffe51d479633c03eed27fe2a..334e2885768253d8962cc837cc39981105b9df1a 100644 (file)
@@ -83,7 +83,7 @@ libswanted=`echo " $libswanted " | sed -e 's/ malloc / /' -e 's/ c / /'`
 
 # remove /shlib and /lib from library search path as both symlink to /usr/lib
 # where runtime shared libc is 
-glibpth=`echo " $glibpth " | sed -e 's/ \/shlib / /' -e 's/ \/lib / /`
+glibpth=`echo " $glibpth " | sed -e 's/ \/shlib / /' -e 's/ \/lib / /'`
 
 # Don't use BSD emulation pieces (/usr/ucblib) regardless
 # these would probably be autonondetected anyway but ...
@@ -156,8 +156,10 @@ fi
 # cccdlflags: must tell the compiler to generate relocatable code
 # lddlflags : must tell the linker to output a shared library
 
-# use shared perl lib    
-useshrplib='true'
+# use shared perl lib if the user doesn't choose otherwise
+if test "x$useshrplib" == "x"; then
+    useshrplib='true'
+fi
 
 case "$cc" in
        *gcc*)