summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-17 18:38:05 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-17 21:35:31 +0100
commit014267f68ce98cfe61df4574552043fbbd144a1f (patch)
treefac37e1ee7f8e3032207dd21e15c8f21711ca6f5 /Configure
parentdc8941f031ce4c25cdf548ddbfae64c081078f6c (diff)
Disallow --classic for Windows
With all the config changes, mk1mf is broken on Windows. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 87a46a951c..0972cfe456 100755
--- a/Configure
+++ b/Configure
@@ -901,7 +901,7 @@ if ($target{build_scheme}->[0] eq "unified" && $classic) {
if $srcdir ne $blddir;
$target{build_scheme} = { unix => [ "unixmake" ],
- windows => [ "mk1mf", $target{build_scheme}->[2] ],
+ windows => undef,
VMS => undef } -> {$target{build_scheme}->[1]};
die "Classic mode unavailable on this platform\n"