summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorDominic Dunlop <domo@computer.org>1998-08-06 12:38:07 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-08-07 21:31:46 +0000
commite060872bef504f2060537cc669ae797bbf333334 (patch)
treebddba5147a8781764faf02371611cab3783fec49 /Configure
parent6e19ff93dfe8cda893891d183baba8b8c8502350 (diff)
downloadperl-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-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index a436259e1c..bc5c59d5f1 100755
--- a/Configure
+++ b/Configure
@@ -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}' |