From 08a638237d61382efe507dc27c34289d9605a964 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 23 Oct 2006 07:30:19 +0000 Subject: Allow for mingw cross-compile configuration. --- Configure | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Configure') diff --git a/Configure b/Configure index 726c89696a..5715b2ce67 100755 --- a/Configure +++ b/Configure @@ -937,8 +937,6 @@ foreach (sort (keys %disabled)) my $IsMK1MF=scalar grep /^$target$/,@MK1MF_Builds; -$IsMK1MF=1 if ($target eq "mingw" && $^O ne "cygwin" && !is_msys()); - $exe_ext=".exe" if ($target eq "Cygwin" || $target eq "DJGPP" || $target eq "mingw"); $exe_ext=".pm" if ($target =~ /vos/); $openssldir="/usr/local/ssl" if ($openssldir eq "" and $prefix eq ""); @@ -1847,11 +1845,3 @@ sub test_sanity print STDERR "No sanity errors detected!\n" if $errorcnt == 0; return $errorcnt; } - -# Attempt to detect MSYS environment - -sub is_msys - { - return 1 if (exists $ENV{"TERM"} && $ENV{"TERM"} eq "msys"); - return 0; - } -- cgit v1.2.3