diff options
author | Dominic Dunlop <domo@computer.org> | 1998-08-06 12:38:07 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-08-07 21:31:46 +0000 |
commit | e060872bef504f2060537cc669ae797bbf333334 (patch) | |
tree | bddba5147a8781764faf02371611cab3783fec49 /Configure | |
parent | 6e19ff93dfe8cda893891d183baba8b8c8502350 (diff) | |
download | perl-e060872bef504f2060537cc669ae797bbf333334.tar.gz |
[Patch perl5.005_02-TRIAL2] Update hints, Configure for MachTen 4.1.1
Message-Id: <v03110702b1ef5274635a@[195.95.102.104]>
p4raw-id: //depot/maint-5.005/perl@1748
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1956,7 +1956,7 @@ EOM $test -d /usr/apollo/bin && osname=apollo $test -f /etc/saf/_sactab && osname=svr4 $test -d /usr/include/minix && osname=minix - if $test -d /MachTen; then + if $test -d /MachTen -o -d /MachTen_Folder; then osname=machten if $test -x /sbin/version; then osvers=`/sbin/version | $awk '{print $2}' | |