summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-25 16:35:26 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-25 16:35:26 +0000
commit70347f6f41f026dcec568e85f0e37f1d0d38f7b0 (patch)
tree1c12f93d21bab223b56b5d2f9e1c8889f7b6b499 /hints
parentcb8f070ec787e97bcbfc25bebd942a000b0e3b3f (diff)
downloadperl-70347f6f41f026dcec568e85f0e37f1d0d38f7b0.tar.gz
SunOS 4.1.4 is working, too.
p4raw-id: //depot/perl@20886
Diffstat (limited to 'hints')
-rw-r--r--hints/sunos_4_1.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/sunos_4_1.sh b/hints/sunos_4_1.sh
index 4c9ff14568..4f06d6e360 100644
--- a/hints/sunos_4_1.sh
+++ b/hints/sunos_4_1.sh
@@ -88,3 +88,8 @@ fi
# from many extensions, like B and Data::Dumper.
ld=/usr/bin/ld
+# As of Perl 5.8.1 it seems that dynaloading is broken in SunOS 4.x, sniff.
+case "$usedl" in
+'') usedl=undef ;;
+esac
+