diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-26 17:18:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-26 17:18:59 +0000 |
commit | d54344fc28d39ef8e90173262ec572bec67f5e6c (patch) | |
tree | 5c483507038d96ff3583f908b2ee1b7b00c8cf44 /Configure | |
parent | 504583342c47cd89d728272acd00052b6bd7ced6 (diff) | |
download | perl-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-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |