configure.ac: fix: do not define HAVE_NEON unconditionally

Change-Id: I761a7afaeda9d232ac26edff47949e911f8f1f0c
This commit is contained in:
Vadim Yanitskiy 2020-08-07 03:55:32 +07:00
parent 325d9b32ee
commit cab3835805
1 changed files with 0 additions and 2 deletions

View File

@ -384,8 +384,6 @@ AC_ARG_ENABLE(neon,
[Enable ARM NEON instructions support [default=no]]
)],
[neon=$enableval], [neon="no"])
AC_DEFINE(HAVE_NEON,,
[Support ARM NEON instructions])
AM_CONDITIONAL(HAVE_NEON, [test "x$neon" != "xno"])