summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-02-03 12:41:51 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-02-03 12:41:51 +0000
commitf6538904d445913b429d2c3d069713b27d124dec (patch)
treebda25f08b5d4f059fd47c3888b135c375f45da9b /Configure
parent3ffa152759d1d5d220b783e0d587e418401204fb (diff)
downloadperl-f6538904d445913b429d2c3d069713b27d124dec.tar.gz
Duh, test -e ENOPORTABLE, I should've remembered that.
(Made Solaris go boom.) p4raw-id: //depot/perl@18644
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index 625a06ef73..0b30dd6bc3 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 Sun Feb 2 17:04:58 EET 2003 [metaconfig 3.0 PL70]
+# Generated on Mon Feb 3 15:49:19 EET 2003 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -47,7 +47,7 @@ true || exec sh $0 $argv:q
(exit $?0) || exec sh $0 $argv:q
rm -f c1$$ c2$$
-if test -e /dev/cputype -a -e /dev/drivers -a -e /dev/osversion -a -e /dev/bintime; then
+if test -f /dev/cputype -a -f /dev/drivers -a -f /dev/osversion; then
cat >&4 <<EOF
***
*** I'm sorry but this system looks like Plan 9 and Plan 9 doesn't do