diff options
author | Arun Raghavan <git@arunraghavan.net> | 2015-10-19 11:21:59 +0530 |
---|---|---|
committer | Arun Raghavan <git@arunraghavan.net> | 2015-10-19 11:24:40 +0530 |
commit | e4b1cac207de4c347b8b399f177990a956de7cbb (patch) | |
tree | badf20a37377ccbf7f52931204ace6139cc07745 /configure.ac | |
parent | e5a6e18f13e50e2df5a11d49e80bd923f82961ee (diff) |
build: Minor whitespace changes
Makes syntax highlighting in vim unbreak.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e386a59..804b5d8 100644 --- a/configure.ac +++ b/configure.ac @@ -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" |