diff options
author | Jan Dubois <jand@activestate.com> | 2006-12-06 08:31:42 -0800 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-12-07 09:12:45 +0000 |
commit | b149d92d47a26aa87d3972ed99620c0725f4d00a (patch) | |
tree | 191fdb32a44850ae802aada07c23ed67166be9b4 /Configure | |
parent | 12ab1f5870d67c16798ce1851c193e75f4346248 (diff) | |
download | perl-b149d92d47a26aa87d3972ed99620c0725f4d00a.tar.gz |
Move Win32 from win32/ext/Win32 to ext/Win32
Message-ID: <1unen2lsrq4pnnt06933h96pqj1d8luh3b@4ax.com>
p4raw-id: //depot/perl@29483
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -21090,6 +21090,11 @@ for xxx in $known_extensions ; do esac esac ;; + Win32) + case "$osname" in + cygwin) avail_ext="$avail_ext $xxx" ;; + esac + ;; XS/APItest|xs/apitest) # This is just for testing. Skip it unless we have dynamic loading. |