summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index df51b0d406..229fb4eeb2 100755
--- a/configure
+++ b/configure
@@ -4144,6 +4144,9 @@ if [ "$CFG_NEON" = "auto" ]; then
*neon*)
CFG_NEON=yes
;;
+ *)
+ CFG_NEON=no
+ ;;
esac
fi