aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-09-24 08:55:00 +0800
committerfanquake <fanquake@gmail.com>2021-09-24 15:39:25 +0800
commite56100c5b4daf2285dde9807bf654599aa19bd6b (patch)
treec249acd0875d7f28d6ab6b598b06b19071bacf54 /configure.ac
parentb7e360081506cc646dd86f131df2d01f3c544f0e (diff)
downloadbitcoin-e56100c5b4daf2285dde9807bf654599aa19bd6b.tar.xz
build: remove arm includes from getauxval() check
Then the check will work on platforms other than ARM.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e30159f91b..362ba096b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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);