diff --git a/configure b/configure index ea31a9ea37d..df3ecc1d413 100755 --- a/configure +++ b/configure @@ -809,6 +809,9 @@ EOF # echo_n "Alignment required... " case $_host_cpu in + arm*) + _need_memalign=yes + ;; alpha*) # Hardcode alignment requirements for Alpha processsors _need_memalign=yes