From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Wed, 26 Dec 2001 17:18:59 +0000 (+0000)
Subject: test -d /system is a bit too generic test for VOS
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d54344fc28d39ef8e90173262ec572bec67f5e6c;p=p5sagit%2Fp5-mst-13.2.git

test -d /system is a bit too generic test for VOS
(false hit in BeOS)

p4raw-id: //depot/perl@13888
---

diff --git a/Configure b/Configure
index 10f73fe..7110f31 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
 
 # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
 #
-# Generated on Mon Dec 24 20:13:53 EET 2001 [metaconfig 3.0 PL70]
+# Generated on Wed Dec 26 20:19:46 EET 2001 [metaconfig 3.0 PL70]
 # (with additional metaconfig patches by perlbug@perl.org)
 
 cat >c1$$ <<EOF
@@ -2810,7 +2810,7 @@ EOM
 	$test -d /usr/apollo/bin && osname=apollo
 	$test -f /etc/saf/_sactab && osname=svr4
 	$test -d /usr/include/minix && osname=minix
-	$test -d /system && osname=vos
+	$test -f /system/gnu_library/bin/ar.pm && osname=vos
 	if $test -d /MachTen -o -d /MachTen_Folder; then
 		osname=machten
 		if $test -x /sbin/version; then