]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Comment away the extra checks in Configure
authorRichard Levitte <levitte@openssl.org>
Wed, 9 Mar 2016 16:18:07 +0000 (17:18 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 9 Mar 2016 16:59:14 +0000 (17:59 +0100)
commitc47188499631a0ff07740853d60f2196a147eed9
tree95c78a5b7ed15817d2c171178372c40de50a2b06
parent67336ea4006e83d0c90821c02b7f94bb80c24647
Comment away the extra checks in Configure

The "extra checks" is a debugging tool to check the config resolving
mechanism.  It uses Perl's smart match, which is experimental and
therefore always causes Perl to give out a warning, and it causes
older Perl versions to fail entirely.

So, it gets commented away, but stays otherwise in place, as it may be
useful again.

Reviewed-by: Matt Caswell <matt@openssl.org>
Configure