summaryrefslogtreecommitdiff
path: root/hints/svr5.sh
diff options
context:
space:
mode:
authorBill Glicker <billg@burrelles.com>2001-04-24 05:22:40 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2001-04-24 13:17:34 +0000
commit973abda3de19f81f0355443e0fb0b20961973762 (patch)
treea7e3d90a7ba1ebe33a8c9a23814737f013ca3a47 /hints/svr5.sh
parent584d69ecacb20b96dc9bbccb7464e6a7da6d9acd (diff)
downloadperl-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.sh2
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