diff options
author | Stephen Zander <stephen.zander@interlock.mckesson.com> | 1997-01-16 16:43:52 -0800 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-01-25 15:58:00 +1200 |
commit | 23f8769697279d7912be5943de9fdf93f6aa3013 (patch) | |
tree | 48a042c3bef7171e99c19abe643efd3a0045fffe /Configure | |
parent | fd2d0953290ddd46f0820dbd6c87245486b7ab28 (diff) | |
download | perl-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-x | Configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1707,6 +1707,9 @@ EOM *) osvers=$tmp;; esac ;; + *dc.osx) osname=dcosx + osvers="$3" + ;; dnix) osname=dnix osvers="$3" ;; |