configure: unconditionally check for atomic ops/primitives
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 7 Sep 2014 16:39:46 +0000 (17:39 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sun, 28 Sep 2014 16:09:34 +0000 (17:09 +0100)
commitbe7d29717239f1b5230dffecf7060b57fcbab20a
tree5b632ca66fdefae5e69b7639a95ce5b32e38d5d1
parentf52309ebbe024d0e8d44c34d64e2eb8ad29828fa
configure: unconditionally check for atomic ops/primitives

Just have the check once, and let new drivers opt-in if they want
to use them. Move the block further up the script, to tie nicely
with the actual usage of $HW defines.

Move the final $HW users to be alongside their brethren.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
configure.ac