summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-26 17:18:59 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-26 17:18:59 +0000
commitd54344fc28d39ef8e90173262ec572bec67f5e6c (patch)
tree5c483507038d96ff3583f908b2ee1b7b00c8cf44 /Configure
parent504583342c47cd89d728272acd00052b6bd7ced6 (diff)
downloadperl-d54344fc28d39ef8e90173262ec572bec67f5e6c.tar.gz
test -d /system is a bit too generic test for VOS
(false hit in BeOS) p4raw-id: //depot/perl@13888
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index 10f73fece5..7110f31775 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