From: Bill Glicker Date: Tue, 24 Apr 2001 09:22:40 +0000 (-0400) Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=973abda3de19f81f0355443e0fb0b20961973762;p=p5sagit%2Fp5-mst-13.2.git Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7 Message-ID: p4raw-id: //depot/perl@9814 --- diff --git a/hints/svr5.sh b/hints/svr5.sh index 334e288..5f77259 100644 --- a/hints/svr5.sh +++ b/hints/svr5.sh @@ -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