configure.ac: clarify description of --enable-neon

Change-Id: Id261dcf396f19a385203ae5f339cc5570efa4aab
This commit is contained in:
Vadim Yanitskiy 2020-08-07 03:53:40 +07:00
parent 9b766bfafe
commit 325d9b32ee
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ fi
AC_ARG_ENABLE(neon,
[AS_HELP_STRING(
[--enable-neon],
[Enable NEON support]
[Enable ARM NEON instructions support [default=no]]
)],
[neon=$enableval], [neon="no"])
AC_DEFINE(HAVE_NEON,,