From e060872bef504f2060537cc669ae797bbf333334 Mon Sep 17 00:00:00 2001 From: Dominic Dunlop Date: Thu, 6 Aug 1998 12:38:07 +0000 Subject: [Patch perl5.005_02-TRIAL2] Update hints, Configure for MachTen 4.1.1 Message-Id: p4raw-id: //depot/maint-5.005/perl@1748 --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Configure') 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}' | -- cgit v1.2.1