build: Minor whitespace changes

Makes syntax highlighting in vim unbreak.
This commit is contained in:
Arun Raghavan 2015-10-19 11:21:59 +05:30
parent e5a6e18f13
commit e4b1cac207

View File

@ -86,7 +86,10 @@ AS_IF([test "x$enable_neon" != "xno"],
[
save_CFLAGS="$CFLAGS"; CFLAGS="-mfpu=neon $CFLAGS"
AC_COMPILE_IFELSE(
[AC_LANG_PROGRAM([[#include <arm_neon.h>]], [])],
[AC_LANG_PROGRAM(
[
#include <arm_neon.h>
], [])],
[
HAVE_NEON=1
ARCH_CFLAGS="-mfpu=neon"