configure: Fix enabling memalign_hack automatically
authorMartin Storsjö <martin@martin.st>
Tue, 18 Nov 2014 11:52:26 +0000 (13:52 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Mon, 12 Jan 2015 23:16:41 +0000 (00:16 +0100)
commit93bf4a74de99300fdc0deb83f672bf12e6f1c262
tree79e055e6fdc0bdbf84d51ca889d244a02c152167
parent527617485914004dc8b772056322ea5ae74c800d
configure: Fix enabling memalign_hack automatically

simd_align_16 is a configure item that can be enabled or disabled,
it's not a variable containing a list of other configure items
as need_memalign previously. This was broken in eba2233b5.

CC: libav-stable@libav.org
Signed-off-by: Martin Storsjö <martin@martin.st>
(cherry picked from commit 7813e6752bdab38a5686c301e869ee71d97bce69)
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
configure