Configure: don't probe for --noexecstack assembler option on Darwin.
authorAndy Polyakov <appro@openssl.org>
Fri, 17 Aug 2018 12:29:59 +0000 (14:29 +0200)
committerAndy Polyakov <appro@openssl.org>
Sat, 18 Aug 2018 16:23:22 +0000 (18:23 +0200)
commit8e5da579c131c493c91efeffe87b0a5cb398fee0
tree110430f10f456377f0089e8f5913423d20afc26c
parent95c91cb3fc85a50969358e579793a73726f6e483
Configure: don't probe for --noexecstack assembler option on Darwin.

The option has no meaning on Darwin, but it can bail out in combination
with -fembed-bitcode or -no-integrated-as...

Reviewed-by: Richard Levitte <levitte@openssl.org>
Configure