Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
Bill Glicker [Tue, 24 Apr 2001 09:22:40 +0000 (05:22 -0400)]
Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>

p4raw-id: //depot/perl@9814

hints/svr5.sh

index 334e288..5f77259 100644 (file)
@@ -157,7 +157,7 @@ fi
 # lddlflags : must tell the linker to output a shared library
 
 # use shared perl lib if the user doesn't choose otherwise
-if test "x$useshrplib" == "x"; then
+if test "x$useshrplib" = "x"; then
     useshrplib='true'
 fi