summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-01-05 06:56:05 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-01-05 06:56:05 +0000
commit0a9fdc5d26a453a78e950d4bdaa9da4ed9ede5af (patch)
tree06ef6a5ce0c7c6702853ac8d86d62c115d9b2f05 /Configure
parentca4e74cd17dd8fd078f5c9ea0630da36c21a54a6 (diff)
downloadperl-0a9fdc5d26a453a78e950d4bdaa9da4ed9ede5af.tar.gz
cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
p4raw-id: //depot/perl@4755
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/Configure b/Configure
index 94fd519c31..475a8dfcc5 100755
--- a/Configure
+++ b/Configure
@@ -2358,6 +2358,9 @@ EOM
qnx) osname=qnx
osvers="$4"
;;
+ cygwin*) osname=cygwin
+ osvers="$3"
+ ;;
$2) case "$osname" in
*isc*) ;;
*freebsd*) ;;