summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorSpider Boardman <spider@orb.nashua.nh.us>1997-12-19 21:30:01 -0500
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-01-08 15:56:02 +0000
commit313489a27de6697e61bfff01393b351f135aa63b (patch)
tree0149afb48dbe46b02ae1f10d5e04d6e25203c841 /Configure
parent6ff9219da6cf8cfdf53ba815d5cfe0eca1d607b0 (diff)
downloadperl-313489a27de6697e61bfff01393b351f135aa63b.tar.gz
Configure and hints/dec_osf.sh changes for Digital UNIX:
Subject: [PATCH] perl5.004_56 NOT OK on alpha-dec_osf-thread (Digital UNIX X5.0-13) p4raw-id: //depot/perl@406
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index b338c49c2c..6dcb640bdd 100755
--- a/Configure
+++ b/Configure
@@ -1825,7 +1825,7 @@ EOM
osf1|mls+) case "$5" in
alpha)
osname=dec_osf
- osvers=`echo "$3" | sed 's/^[vt]//'`
+ osvers=`echo "$3" | sed 's/^[xvt]//'`
;;
hp*) osname=hp_osf1 ;;
mips) osname=mips_osf1 ;;