summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2006-12-06 08:31:42 -0800
committerSteve Hay <SteveHay@planit.com>2006-12-07 09:12:45 +0000
commitb149d92d47a26aa87d3972ed99620c0725f4d00a (patch)
tree191fdb32a44850ae802aada07c23ed67166be9b4 /Configure
parent12ab1f5870d67c16798ce1851c193e75f4346248 (diff)
downloadperl-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-xConfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/Configure b/Configure
index cc86d682ef..a99e941205 100755
--- a/Configure
+++ b/Configure
@@ -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.