summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <git@arunraghavan.net>2015-10-19 11:21:59 +0530
committerArun Raghavan <git@arunraghavan.net>2015-10-19 11:24:40 +0530
commite4b1cac207de4c347b8b399f177990a956de7cbb (patch)
treebadf20a37377ccbf7f52931204ace6139cc07745
parente5a6e18f13e50e2df5a11d49e80bd923f82961ee (diff)
build: Minor whitespace changes
Makes syntax highlighting in vim unbreak.
-rw-r--r--configure.ac5
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"