summaryrefslogtreecommitdiff
path: root/hints/sunos_4_1.sh
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
commit42600de6faf84a8f4debbc94cdbdd662da2c4393 (patch)
tree1c12f93d21bab223b56b5d2f9e1c8889f7b6b499 /hints/sunos_4_1.sh
parent82eec310b600a6d519d9b90c3bf92d52e5977e8c (diff)
downloadperl-42600de6faf84a8f4debbc94cdbdd662da2c4393.tar.gz
SunOS 4.1.4 is working, too.
p4raw-id: //depot/perl@20886
Diffstat (limited to 'hints/sunos_4_1.sh')
-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
+