Commit 8f3c41de authored by Pierre Ynard's avatar Pierre Ynard

configure: fix detection of ARM NEON

parent fbd95be8
...@@ -1534,6 +1534,7 @@ AS_IF([test "${enable_neon}" != "no"], [ ...@@ -1534,6 +1534,7 @@ AS_IF([test "${enable_neon}" != "no"], [
], [ ], [
ac_cv_neon_inline="no" ac_cv_neon_inline="no"
]) ])
CFLAGS="${CFLAGS_save}"
]) ])
ARM_NEON_CFLAGS="$ac_cv_neon_inline" ARM_NEON_CFLAGS="$ac_cv_neon_inline"
], [ ], [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment