]> git.ipfire.org Git - thirdparty/valgrind.git/commit
configure.ac: Use primary arch flags for openssl and libaio checks
authorMark Wielaard <mark@klomp.org>
Thu, 23 Oct 2025 23:12:19 +0000 (01:12 +0200)
committerMark Wielaard <mark@klomp.org>
Thu, 23 Oct 2025 23:46:56 +0000 (01:46 +0200)
commit44b0ab50214051ca05c46274ef21dae86316298b
tree8723dbd2fc2843dfe30ba7bcb8f5b755d481bc27
parentbfabafd7b64de5f40f54020046b40bc4b627a48a
configure.ac: Use primary arch flags for openssl and libaio checks

Make sure that the configure check for openssl/crypto and libaio use
the primary arch flags. These are used in testcases for the primary
arch and should compile and link with the primary arch flags (which
are empty on most arches, but are set explicitly on e.g. mips).

Move the libaio check after the compiler check flags.
configure.ac