configure: add missing x86 dependency for i686

This commit is contained in:
Janne Grunau 2014-01-25 16:55:58 +01:00
parent 6d93307f8d
commit fb87e69ff7

1
configure vendored
View File

@ -1561,6 +1561,7 @@ x86_64_suggest="fast_cmov"
amd3dnow_deps="mmx"
amd3dnowext_deps="amd3dnow"
i686_deps="x86"
mmx_deps="x86"
mmxext_deps="mmx"
sse_deps="mmxext"