diff options
author | Bill Glicker <billg@burrelles.com> | 2001-04-24 05:22:40 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-24 13:17:34 +0000 |
commit | 973abda3de19f81f0355443e0fb0b20961973762 (patch) | |
tree | a7e3d90a7ba1ebe33a8c9a23814737f013ca3a47 /hints/svr5.sh | |
parent | 584d69ecacb20b96dc9bbccb7464e6a7da6d9acd (diff) | |
download | perl-973abda3de19f81f0355443e0fb0b20961973762.tar.gz |
Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
p4raw-id: //depot/perl@9814
Diffstat (limited to 'hints/svr5.sh')
-rw-r--r-- | hints/svr5.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |