Fix Configure test for -mips in CFLAGS
authorMike Gilbert <floppym@gentoo.org>
Sun, 12 Feb 2023 22:56:58 +0000 (17:56 -0500)
committerMike Gilbert <floppym@gentoo.org>
Fri, 17 Mar 2023 15:34:47 +0000 (11:34 -0400)
commit969327390220aee7515a4054d5189186402d6687
tree880444d60cefe8545a4d17c7c9f9b712f9ad85ea
parent332093fffdffac0696b57411b84019c31c41400e
Fix Configure test for -mips in CFLAGS

We want to add -mips2 or -mips3 only if the user hasn't already
specified a mips version in CFLAGS. The existing test was a
double-negative.

CLA: trivial

Fixes: https://github.com/openssl/openssl/issues/20214
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20536)
Configure