Configure: accept Windows style compiler options
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Fri, 20 Sep 2019 22:14:16 +0000 (00:14 +0200)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Sun, 13 Oct 2019 15:23:37 +0000 (17:23 +0200)
commitf246f54f18d380791cc60be4aea0fbc7253a9a20
treea4b3db5b448030c6b584d59d4b38bcf3176a3d8c
parente78253f2d0c1a9fe6b023d867ee02342b4560150
Configure: accept Windows style compiler options

Currently the Configure command only supports passing UNIX style
options (`-opt`) to the compiler. Passing Windows style options
(`/opt`) yields an error. Fortunately, the compiler accepts both
types of options, nevertheless this commit fixes that discrimination
of Windows users.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9961)
Configure
INSTALL