Skip to content

Commit e56100c

Browse files
committed
build: remove arm includes from getauxval() check
Then the check will work on platforms other than ARM.
1 parent b7e3600 commit e56100c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

configure.ac

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,8 +1210,6 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <xmmintrin.h>]], [[
12101210

12111211
AC_MSG_CHECKING(for strong getauxval support in the system headers)
12121212
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
1213-
#include <arm_acle.h>
1214-
#include <arm_neon.h>
12151213
#include <sys/auxv.h>
12161214
]], [[
12171215
getauxval(AT_HWCAP);

0 commit comments

Comments
 (0)