From 973abda3de19f81f0355443e0fb0b20961973762 Mon Sep 17 00:00:00 2001 From: Bill Glicker Date: Tue, 24 Apr 2001 05:22:40 -0400 Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7 Message-ID: p4raw-id: //depot/perl@9814 --- hints/svr5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hints/svr5.sh') diff --git a/hints/svr5.sh b/hints/svr5.sh index 334e288576..5f772599eb 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 -- cgit v1.2.1