summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2009-09-07 20:44:41 -0500
committerCraig A. Berry <craigberry@mac.com>2009-09-07 20:44:41 -0500
commit4e7371bde887023f24c379d2444a74291b24b544 (patch)
tree0f20718c0a989313391d7f7f5b32c0b6889b984b /configure.com
parentc8c3ad2244ff40bcb3f49031fff4209e786ce20c (diff)
downloadperl-4e7371bde887023f24c379d2444a74291b24b544.tar.gz
No longer need to look for extensions under vms/ext.
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com9
1 files changed, 1 insertions, 8 deletions
diff --git a/configure.com b/configure.com
index 67d0df069b..781eb910d9 100644
--- a/configure.com
+++ b/configure.com
@@ -2725,8 +2725,7 @@ $ xxx = ""
$ OPEN/READ CONFIG 'manifestfound'
$ext_loop:
$ READ/END_OF_FILE=end_ext/ERROR=end_ext CONFIG line
-$ IF F$EXTRACT(0,4,line) .NES. "ext/" .AND. -
- F$EXTRACT(0,8,line) .NES. "vms/ext/" THEN goto ext_loop
+$ IF F$EXTRACT(0,4,line) .NES. "ext/" THEN goto ext_loop
$ line = F$EDIT(line,"COMPRESS")
$ line = F$ELEMENT(0," ",line)
$ IF F$EXTRACT(0,4,line) .EQS. "ext/"
@@ -2734,12 +2733,6 @@ $ THEN
$ xxx = F$ELEMENT(1,"/",line)
$ IF F$SEARCH("[-.ext]''xxx'.DIR;1") .EQS. "" THEN GOTO ext_loop
$ ENDIF
-$ IF F$EXTRACT(0,8,line) .EQS. "vms/ext/"
-$ THEN
-$ xxx = F$ELEMENT(2,"/",line)
-$ IF F$SEARCH("[-.vms.ext]''xxx'.DIR;1") .EQS. "" THEN GOTO ext_loop
-$ xxx = "VMS/" + xxx
-$ ENDIF
$ IF xxx .EQS. "DynaLoader" THEN goto ext_loop ! omit
$!
$! (extspec = xxx) =~ tr!-!/!