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:22 +0000 (09:28 +1100)
commit8b399c5e51b4d010650cb344a67a696daf096a05
tree4e6018a3e70987e29dc6d1cf13cfb93f4de86b35
parent6678b0868b7660177f8b5af299894e2e99330a21
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)
Configure