summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 31d9c74..052a9ad 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -202,8 +202,8 @@ EOM
else {
push @{ $opts->{lib_links} },
($rsaref
- ? qw( ssl crypto RSAglue rsaref z )
- : qw( ssl crypto z )
+ ? qw( ssl crypto RSAglue rsaref )
+ : qw( ssl crypto )
);
if (($Config{cc} =~ /aCC/i) && $^O eq 'hpux') {