In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/1f63856ecc09d3de1fbaecf7c4151fce0b1e7153?hp=f8fbb01c4686d7e4393ba90b2e1326e9536d9107>
- Log ----------------------------------------------------------------- commit 1f63856ecc09d3de1fbaecf7c4151fce0b1e7153 Author: Craig A. Berry <[email protected]> Date: Mon Sep 7 12:16:12 2015 -0500 Skip Amiga extensions on VMS. We can't build them so don't try. ----------------------------------------------------------------------- Summary of changes: configure.com | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.com b/configure.com index 2d3dc55..b0928a4 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") -- Perl5 Master Repository
