build: remove arm includes from getauxval() check

Then the check will work on platforms other than ARM.
pull/826/head
fanquake 3 years ago
parent b7e3600815
commit e56100c5b4
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

@ -1210,8 +1210,6 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <xmmintrin.h>]], [[
AC_MSG_CHECKING(for strong getauxval support in the system headers)
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
#include <arm_acle.h>
#include <arm_neon.h>
#include <sys/auxv.h>
]], [[
getauxval(AT_HWCAP);

Loading…
Cancel
Save