Fix Configure test for -mips in CFLAGS
authorMike Gilbert <floppym@gentoo.org>
Sun, 12 Feb 2023 22:56:58 +0000 (17:56 -0500)
committerPauli <pauli@openssl.org>
Sun, 19 Mar 2023 22:28:59 +0000 (09:28 +1100)
commitf0bb166cb6c972247568c5e6a12f71dcda839c1d
tree2d3e94bcbed4f78f14c4d960f0fc472a9fe0fe54
parent2cfe77f045d7fc4f89f8796bb32b4d9942458513
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: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20273)

(cherry picked from commit 8b399c5e51b4d010650cb344a67a696daf096a05)
Configure