summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2015-09-07 12:16:12 -0500
committerCraig A. Berry <craigberry@mac.com>2015-09-07 12:16:12 -0500
commit1f63856ecc09d3de1fbaecf7c4151fce0b1e7153 (patch)
treebb931e17371062f4f4e3cf69a6ef93250a82b654 /configure.com
parentf8fbb01c4686d7e4393ba90b2e1326e9536d9107 (diff)
downloadperl-1f63856ecc09d3de1fbaecf7c4151fce0b1e7153.tar.gz
Skip Amiga extensions on VMS.
We can't build them so don't try.
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.com b/configure.com
index 2d3dc55f7f..b0928a4b66 100644
--- a/configure.com
+++ b/configure.com
@@ -2885,6 +2885,7 @@ $ THEN
$ dflt = dflt - "Socket" ! optional on VMS
$ ENDIF
$ dflt = dflt - "Win32API/File" - "Win32" ! need Dave Cutler's other project
+$ dflt = dflt - "Amiga/ARexx" - "Amiga/Exec" ! this is not AmigaOS
$ nonxs_ext = nonxs_ext - "Win32CORE"
$ nonxs_ext2 = nonxs_ext2 - "Win32CORE"
$ dflt = F$EDIT(dflt,"TRIM,COMPRESS")