summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorStephen Zander <stephen.zander@interlock.mckesson.com>1997-01-16 16:43:52 -0800
committerChip Salzenberg <chip@atlantic.net>1997-01-25 15:58:00 +1200
commit23f8769697279d7912be5943de9fdf93f6aa3013 (patch)
tree48a042c3bef7171e99c19abe643efd3a0045fffe /Configure
parentfd2d0953290ddd46f0820dbd6c87245486b7ab28 (diff)
downloadperl-23f8769697279d7912be5943de9fdf93f6aa3013.tar.gz
hints & Configure changes to build perl on DC/OSx
p5p-msgid: <199701170043.QAA25985@wsbip1.mckesson.com>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/Configure b/Configure
index f9af03cf84..1d5ae4acea 100755
--- a/Configure
+++ b/Configure
@@ -1707,6 +1707,9 @@ EOM
*) osvers=$tmp;;
esac
;;
+ *dc.osx) osname=dcosx
+ osvers="$3"
+ ;;
dnix) osname=dnix
osvers="$3"
;;