projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc8941f
)
Disallow --classic for Windows
author
Richard Levitte
<levitte@openssl.org>
Thu, 17 Mar 2016 17:38:05 +0000
(18:38 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 17 Mar 2016 20:35:31 +0000
(21:35 +0100)
With all the config changes, mk1mf is broken on Windows.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 87a46a951c6b41a7dca6ae0ae86209437c19e031..0972cfe4569b01ba5c3e8bd8b7ff5344c8458d1e 100755
(executable)
--- 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"