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