Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: split ARM crc & crypto extension checks
We currently perform the same check twice, to put the same set of flags in two different variables. Split the checks so we test for crc and crypto extensions independently. If we don't want to split, we should just delete the second AX_CHECK_COMPILE_FLAG check, and set ARM_CRC_CXXFLAGS & ARM_CRC_CXXFLAGS at the same time.
- Loading branch information