Configure: die if there are other arguments with 'reconf'
authorRichard Levitte <levitte@openssl.org>
Thu, 30 Nov 2017 20:46:53 +0000 (21:46 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 7 Dec 2017 23:36:21 +0000 (00:36 +0100)
commit99aeeecb9f59ab6d6cdb13ed07a30c11e89a32e7
treed2622dae2169807744bebb441fe63298951763ad
parenta064c6158e2deb706a09dd8ca95523c97ecbfb2d
Configure: die if there are other arguments with 'reconf'

It's better to inform the user about this than silently ignoring
something that the user might expect to work, somehow.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4818)
Configure