]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Add a platform specific configuration checker
authorRichard Levitte <levitte@openssl.org>
Sun, 5 Mar 2017 20:51:18 +0000 (21:51 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 6 Mar 2017 15:42:46 +0000 (16:42 +0100)
commitd192a3aaeb76fc89f8285b4dc938c2bc0c37d0d4
treefb831dc348e1bd89ab0f595b1c5051be9266adb4
parent697958313ba48c8ebc832ab8f9f2b845fb7acfd4
Add a platform specific configuration checker

For each platform, we may need to perform some basic checks to see
that available tools perform as we expect them.

For the moment, the added checkers test that Perl gives the expected
path format.  This should help MingW users to see if they run an
appropriate Perl implementation, for example.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2851)
Configurations/unix-checker.pm [new file with mode: 0644]
Configurations/windows-checker.pm [new file with mode: 0644]
Configure